InfoConnect for Unisys
WaitForStrings(String[]) Method


Array specifying one or more strings for which to wait.
Waits for one of the specified text strings to be received from the host.
Syntax
'Declaration
 
Overloads Function WaitForStrings( _
   ByVal text() As String _
) As ReturnCode
'Usage
 
Dim instance As IScreen
Dim text() As String
Dim value As ReturnCode
 
value = instance.WaitForStrings(text)
ReturnCode WaitForStrings( 
   string[] text
)

Parameters

text
Array specifying one or more strings for which to wait.

Return Value

ReturnCode indicating success/failure/status
See Also