Function SocketRecvStr() Professional
Reads data from a connected socket.
SocketRecvStr( <nSocket> , ;
<nLength> , ;
[@<nError>] ) --> cData
The function returns a character string containing the received data. A null string ("") is returned on error.
The function reads <nLength> bytes from a connected socket, removes them from the input queue and returns the data as a character string. If less than <nLength> bytes are available, the function blocks waiting for the remainding bytes to arrive, unless the socket is in nonblocking mode.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.