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

Parameters

text
Array that specifies one or more strings for which to wait.
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