SetParameter

Description:              This statement sets a parameter in a statement.

Warning:                   This statement should be used by advanced users only since irrevocable alteration of your application may occur.

Returns:                    Nothing

Usage:                   Script

Format:                      SetParameter(Statement, ParmNum, ParmType, Value)

Parameters:             Statement    { Statement }  { required }  { no default: }

                                                Any expression for the statement value.

                                    ParmNum    { numeric }  { required }  { no default: }

                                                Any numeric expression for the parameter number to change, beginning with 0.

                                    ParmType    { numeric }  { required }  { no default: }

                                                Any numeric expression for the value type of the new parameter.

                                    Value    { varies }  { required }  { no default: }

                                                Any expression for the new parameter’s value.

Comments:               This statement is used to modify the code for a function.