Read From Socket Question

Warren Kuhl warrenkuhl at gmail.com
Fri Nov 18 13:17:46 EST 2011


I am trying to retrieve data from a socket.

When I try:

read from socket myDevSock for xxxx characters
put it into tData
...I get data

read from socket myDevSock until crlf
put it into tData
...I get data

read from socket myDecSock until eof
put it into tData
...no data

Wouldn't the read until eof pull in all data that is passed back?

Thanks for any help!
Warren




More information about the use-livecode mailing list