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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to