expression.ReadUntil2( _ ByVal terminatorChars As String, _ ByVal timeout As Integer _ ) As String
where expression is a variable that represents a Screen Object
Parameters
- terminatorChars
- Specifies one or more terminator characters. Any one of these characters can terminate the read operation.
- timeout
- The time (in seconds) to wait for a terminator character. The range of valid values is 0 through 99.
Return Value
The string of data that was read from the host.