InfoConnect for Airlines VBA Guide
WaitForStrings2 Function
Array that specifies one or more strings for which to wait.
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
Waits for one of the specified text strings to be received from the host.
Syntax
object.WaitForStrings2( _
   ByRef text As String(), _
   ByVal timeout As Long _
) 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.

Return Value

ReturnCode that indicates the success or failure status.
See Also