Read data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.
'Declaration
Overloads Function ReadUntil( _
ByVal As String _
) As String
'Usage
Dim instance As IScreen
Dim terminatorChars As String
Dim value As String
value = instance.ReadUntil(terminatorChars)
string ReadUntil(
string
)
Parameters
- terminatorChars
- Specifies one or more terminator characters. Any one of these characters can terminate the read operation.
Return Value
The string of data which was read from the host.