Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / WaitForString Method
The text to wait for.
In This Topic
    WaitForString Method
    In This Topic
    Waits for the specified text to be received from the host.
    Syntax
    expression.WaitForString( _
       ByVal text As String _
    ) As ReturnCode
    where expression is a variable that represents a Screen Object

    Parameters

    text
    The text to wait for.

    Return Value

    ReturnCode that indicates the success or failure status.
    See Also