InfoConnect for Airlines VBA Guide
ReadLine2 Function
The time (in seconds) to wait for a line-feed character. The range of valid values is 0 through 99.
Reads data from the host until a line-feed character is encountered.
Syntax
object.ReadLine2( _
   ByVal timeout As Long _
) As String

Parameters

timeout
The time (in seconds) to wait for a line-feed character. The range of valid values is 0 through 99.

Return Value

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