InfoConnect for Airlines VBA Guide
WaitForText2 Function (AlcScreen)
Wait timeout value in milliseconds.
Text string.
Start row.
Start column.
End row.
End column.
Text comparison option.
Waits for the specified text to appear at the specified rectangle area specified. TextComparisonOption indicates desired text string comparison.
Syntax
object.WaitForText2( _
   ByVal timeout As Long, _
   ByVal text As String, _
   ByVal startRow As Long, _
   ByVal startColumn As Long, _
   ByVal endRow As Long, _
   ByVal endColumn As Long, _
   ByVal option As TextComparisonOption _
) As ReturnCode

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