RemoveParameter

(Engine-Level Function)

Description: 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 Only.
Function Groups: Compilation and On-Line Modifications,  Advanced Module
Related to:
Format: RemoveParameter(Module, ParmNum)
Parameters:  
Module
Required. Any expression for the module or object value.
ParmNum
Required. Any numeric expression for the parameter to remove, beginning at 1.
Comments: The parameter variable removed by this function becomes a normal local variable.