InfoConnect for Airlines VBA Guide
PutCharacter Function (IbmScreen)
Puts a ScreenCharacter at the specified screen location.
Syntax
object.PutCharacter( _
   ByVal character As _ScreenCharacter, _
   ByVal row As Long, _
   ByVal column As Long _
) As ReturnCode

Parameters

character
row
column
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
Remarks
If the ScreenCharacter is a DBCS character, the character takes a two-byte space starting at the specified screen location.
See Also