Transmits a string value to the connected host.
TCP
The format of the data transmitted depends on the setting specified by the SET SOCKET STRING DELIMITER, or the SET SOCKET STRING SIZED set against the socket. The default delimiter is the 2 character carriage-return/linefeed combination, expected by most server programs.
UDP
The data is sent as a single datagram with no extra formatting. The size of the string is limited to 65500 characters, the size of the send buffer, or the size of the recieving programs recieve buffer, whichever is the smaller.
Returns 1 for successful transmission, or 0 for a failure |