InfoConnect for Airlines VBA Guide
DisplayText Function
The string to display.
Displays a string in the terminal window as though it had been received from the host.
Syntax
object.DisplayText( _
   ByVal text As String _
) As ReturnCode

Parameters

text
The string to display.

Return Value

ReturnCode that indicates the success or failure status.
See Also