ResetParm

Description:              This function can reset parameters that become latched.

Returns:                    Nothing

Usage:                       Script

Format:                 ResetParm(Object, Index)

Parameters:             Object  { Object value }  { required }  { no default: }

                                      Any object (the object value of a running module instance).

                                    Index  { numeric }  { required }  { no default: }

                                      Any numeric expression giving the number of the parameter of interest, starting from 1.

Comments:               This statement is for experienced users, and is not needed for normal operation. When this function executes, it attempts to reset Object's parameter at Index. This allows modules to be written which reset their parameters (like the Save statement). This function is useful for resetting TimeOut and MatchKeys functions.

See Also:

NParm | Parameter | PType