InfoConnect for Unisys
ReadLine() Method


Reads data from the host until a line-feed character is encountered.
Syntax
'Declaration
 
Overloads Function ReadLine() As String
'Usage
 
Dim instance As IScreen
Dim value As String
 
value = instance.ReadLine()
string ReadLine()

Return Value

Line of data read from the host (excluding CR/LF characters).
See Also