Mail to EE

EETransfer Off-line documentation

Back to summary
Updated 97/06/24 WaitForLine

Wait until the remote computer sends a line.

* charset
type: symbol
possible values: defined in the file "EERecodeConstants.f"
default value: kMacOSCharset ('mac)
Characters set used to convert the received line.

* line
type: string
If the wait for line succeeds this option will contain the received line.
Note: this line will include the lineSeparator.

* lineSeparator
type: string
default value: "\n" (CR)
String that will be used by the instruction to find the end of the line.
The most common end of line are CR, LF or CR+LF.

* timeout
type: integer or nil
default value: nil (no timeout)
Time, in milliseconds, to wait for the line before aborting and returning a 'warning.
A value of 0 or nil, indicates no timeout.
©1997 Easter-eggs
All trademarks mentioned are the property of their respective owners