Category: Network
Syntax:
netWriteTCPString:Int(handle:Int, str:String)
Int
Sends a string over a TCP connection.
Takes a handle (Int) and string (String).
Returns the number of bytes sent, or 0 if string is NULL (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn