InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / SendKeys Method
The text to send to the host
In This Topic
    SendKeys Method (UtsScreen)
    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 UtsScreen Object

    Parameters

    text
    The text to send to the host

    Return Value

    One of the ReturnCode enum values
    See Also