InfoConnect for Airlines
ReadUntil(String) Method


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

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.
See Also