InfoConnect for Airlines VBA Guide
WaitForString3 Function
The text to wait for.
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
The wait options. Multiple options can be combined using the OR operator.
Waits for the specified text to be received from the host.
Syntax
object.WaitForString3( _
   ByVal text As String, _
   ByVal timeout As Long, _
   ByVal option As WaitForOption _
) As ReturnCode

Parameters

text
The text to wait for.
timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
option
The wait options. Multiple options can be combined using the OR operator.

Return Value

ReturnCode that indicates the success or failure status.
See Also