Category: Network
Syntax:
netReadTCPString:String(handle:Int, maxSize:Int)
String
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn