InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / GetCharacter Method
The character row position.
The character column position.
In This Topic
    GetCharacter Method (AlcScreen)
    In This Topic
    Gets the ScreenCharacter at the specified location.
    Syntax
    expression.GetCharacter( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ScreenCharacter object 
    where expression is a variable that represents a AlcScreen Object

    Parameters

    row
    The character row position.
    column
    The character column position.

    Return Value

    The character.
    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).
    See Also