WINSOCK CHANNEL DATA PTR
The return value of this function points to a block in memory where just received data is waiting for you. The data length in bytes can be retrieved by using WINSOCK CHANNEL DATA LEN().

SYNTAX
Return Dword=WINSOCK CHANNEL DATA PTR(channel as Dword)

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2