ResetParm

(Engine-Level Function)

Description: Can reset parameters that become latched.
Returns: Nothing
Usage: Script Only.
Function Groups: Compilation and On-Line Modifications,  Advanced Module
Related to: NParm | Parameter | PType
Format:  ResetParm(Object, Index)
Parameters:  
Object
Required. Any object (the object value of a running module instance).
Index
Required. 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.