Description: This statement removes a parameter from a module's parameter list.
Warning This statement should be used by advanced users only since irrevocable alteration of your application may occur.
Returns: Nothing
Usage: Script
Format: RemoveParameter(Module, ParmNum)
Parameters: Module { Module } { required } { no default: }
Any expression for the module or object value.
ParmNum { numeric } { required } { no default: }
Any numeric expression for the parameter to remove, beginning at 1.
Comments: The parameter variable removed by this function becomes a normal local variable.