InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / InputMapAction Object / AddParameterAsInteger Method
The parameter value to add.
In This Topic
    AddParameterAsInteger Method (InputMapAction)
    In This Topic
    Appends a parameter as a Long Integer to the end of the action's parameter list.
    Syntax
    expression.AddParameterAsInteger( _
       ByVal param As Integer _
    ) 
    where expression is a variable that represents a InputMapAction Object

    Parameters

    param
    The parameter value to add.
    See Also