InfoConnect for Airlines VBA Guide
ReadLine Function
Reads data from the host until a line-feed character is encountered.
Syntax
object.ReadLine() As String

Return Value

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