InfoConnect for Airlines 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 System.String _
    ) As ReturnCode

    Parameters

    text
    The text to send to the host

    Return Value

    One of the ReturnCode enum values
    See Also