WINSOCK SEND INT
Puts an integer (4 bytes) on a TCP stream. Requires a tcp channel with an open connection to work.
SYNTAX
WINSOCK SEND INT tcp_channel as Dword, an_int as Integer
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2