netReadTCPString

Category: Network

Syntax:

netReadTCPString:String(handle:Int, maxSize:Int)


Parameters

Returns

String



Summary

Receives a string from a TCP connection.

Takes a handle (Int) and maximum size (Int).

Returns the received data as a string, or empty string if no data available (String).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn