InfoConnect for Unisys
DisplayText(String) Method


string to display.
Displays a string in the terminal window as though it had been received from the host.
Syntax
'Declaration
 
Overloads Function DisplayText( _
   ByVal text As String _
) As ReturnCode
'Usage
 
Dim instance As IScreen
Dim text As String
Dim value As ReturnCode
 
value = instance.DisplayText(text)
ReturnCode DisplayText( 
   string text
)

Parameters

text
string to display.

Return Value

ReturnCode indicating success/failure/status
See Also