netWriteTCPString

Category: Network

Syntax:

netWriteTCPString:Int(handle:Int, str:String)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn