InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / SendKeys Method
Text to be sent to the host.
In This Topic
    SendKeys Method (AlcScreen)
    In This Topic
    Sends the text string to the host.
    Syntax
    expression.SendKeys( _
       ByVal text As String _
    ) As ReturnCode
    where expression is a variable that represents a AlcScreen Object

    Parameters

    text
    Text to be sent to the host.

    Return Value

    One of the ReturnCode enum values
    See Also