WINSOCK SEND STRING
Sends a string message using a channel. Requires a tcp channel with an open connection to work. Otherwise it will lead to a crash. The string length may not exceed 8192, and the string may not be empty (zero-length).

SYNTAX
WINSOCK SEND STRING tcp_channel as Dword, message as String

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2