ParamName
For a given function, this function will display the name of a parameter when referenced by its index value. If there are tables that contain parameters, use the property ColumnName.
Group: Embedded Procedure Object
Syntax: sValue = emProc.ParamName([nIndex])
sValue (String) contains the name of the parameter
nIndex (Long) Optional – the number of the parameter for which the name is retrieved. Left off a full list is returned.