InfoConnect for Unisys VBA Guide
WaitForString2 Function
The text to wait for.
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
Waits for the specified text to be received from the host.
Syntax
object.WaitForString2( _
   ByVal text As String, _
   ByVal timeout As Long _
) As ReturnCode

Parameters

text
The text to wait for.
timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.

Return Value

ReturnCode that indicates the success or failure status.
See Also

 

 


2015 Attachmate

Send Feedback