Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PutCharacter Method
In This Topic
    PutCharacter Method
    In This Topic
    Puts a ScreenCharacter at the specified screen location.
    Syntax
    expression.PutCharacter( _
       ByVal character As ScreenCharacter, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ReturnCode
    where expression is a variable that represents a IbmScreen Object

    Parameters

    character
    row
    column
    Exceptions
    ExceptionDescription
    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