Peek

  FUNCTION Peek ( ) AS String  

This function allows you to receive data from Socket. It must be used only when a connection is active (Status = 7) , otherwise an error will raise. The string will not be erased from the socket buffer, so the next time you receive data, you will receive the same string plus the new data arrived to the socket, if any


Referenced by :