InfoConnect for Airlines VBA Guide
AddParameter Method (InputMapAction)
The parameter value to add. The value must be non-null.
Appends a parameter to the end of the action's parameter list.
Syntax
object.AddParameter( _
   ByVal param As String _
) 

Parameters

param
The parameter value to add. The value must be non-null.
See Also