In This Topic
Reads data from the host until a line-feed character is encountered.
Syntax
'Declaration
Overloads Function ReadLine( _
ByVal As Integer _
) As String
'Usage
Dim instance As IScreen
Dim timeout As Integer
Dim value As String
value = instance.ReadLine(timeout)
Parameters
- timeout
- Time in seconds to wait for line-feed character. The range of valid values is 0 through 99.
Return Value
Line of data read from the host (excluding CR/LF characters).
See Also