InfoConnect for Unisys VBA Guide
AddParameterAsInteger Method (InputMapAction)
The parameter value to add.
Appends a parameter as a Long Integer to the end of the action's parameter list.
Syntax
object.AddParameterAsInteger( _
   ByVal param As Long _
) 

Parameters

param
The parameter value to add.
See Also