Admin Production rocket
Current Publication

ReadUntil(String) Method

InfoConnect Desktop InfoConnect .NET API Guide V17.0
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Specifies one or more terminator characters. Any one of these characters can terminate the read operation.
ReadUntil(String) Method
In This Topic
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