InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ReadUntil Method
Specifies one or more terminator characters. Any one of these characters can terminate the read operation.
In This Topic
    ReadUntil Method
    In This Topic
    Reads data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.
    Syntax
    expression.ReadUntil( _
       ByVal terminatorChars As String _
    ) 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.

    Return Value

    The string of data that was read from the host.
    See Also