InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / WaitForText2 Method
Wait timeout value in milliseconds.
Text string.
Start row.
Start column.
End row.
End column.
Text comparison option.
In This Topic
    WaitForText2 Method (T27Screen)
    In This Topic
    Waits for the specified text to appear at the specified rectangle area specified. TextComparisonOption indicates desired text string comparison.
    Syntax
    expression.WaitForText2( _
       ByVal timeout As Integer, _
       ByVal text As String, _
       ByVal startRow As Integer, _
       ByVal startColumn As Integer, _
       ByVal endRow As Integer, _
       ByVal endColumn As Integer, _
       ByVal option As TextComparisonOption _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    timeout
    Wait timeout value in milliseconds.
    text
    Text string.
    startRow
    Start row.
    startColumn
    Start column.
    endRow
    End row.
    endColumn
    End column.
    option
    Text comparison option.

    Return Value

    One of the ReturnCode enum values
    See Also