Reads data from the host until a line-feed character is encountered.
expression.ReadLine() As String
where
expression is a variable that represents a
Screen Object
Return Value
Line of data read from the host (excluding carriage return and line-feed characters).