Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How sRecvLine Works

Keywords: 	  sRecvLine

Question:

Does the sRecvLine command actually wait for a message? I'd really like to avoid while/endwhile loops in my script...

Answer:

sRecvLine will wait until one of the following occur
  1. It received a line

    or

  2. The SOCKET_TIMEOUT (default = 10 seconds) (see wxParmSet) occurs.