InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / InputMapActionSequence Object / Add Method
The action to add.
In This Topic
    Add Method (InputMapActionSequence)
    In This Topic
    Adds an action to the action sequence.
    Syntax
    expression.Add( _
       ByVal action As InputMapAction _
    ) 
    where expression is a variable that represents a InputMapActionSequence Object

    Parameters

    action
    The action to add.
    See Also