Reads data from the host until a line-feed character is encountered.
'Declaration
Overloads Function ReadLine() As String
'Usage
Dim instance As IScreen
Dim value As String
value = instance.ReadLine()
Return Value
Line of data read from the host (excluding CR/LF characters).