InfoConnect for Airlines VBA Guide
ReadLine3 Function
The time (in seconds) to wait for a line-feed character. The range of valid values is 0 through 99.
Additional read options.
Returns true if a line-feed character was received, otherwise false.
Reads data from the host until a line-feed character is encountered.
Syntax
object.ReadLine3( _
   ByVal timeout As Long, _
   ByVal option As ReadOption, _
   ByRef sawEndOfLine As Boolean _
) As String

Parameters

timeout
The time (in seconds) to wait for a line-feed character. The range of valid values is 0 through 99.
option
Additional read options.
sawEndOfLine
Returns true if a line-feed character was received, otherwise false.

Return Value

Line of data read from the host (excluding carriage return and line-feed characters).
See Also