ClearModule

Description:              This statement deletes the contents (all variables and states) of a module without removing the module itself.

Warning:               This function may cause irrecoverable alteration of your application. It should be used only by advanced programmers

Returns:                    Nothing

Usage:                       Script

Format:                      ClearModule(Module)

Parameters:             Module    { Module }  { required }  { no default: }

                                                Any expression giving a module to clear.

Comments:               If there are any instances of the module running, ClearModule does nothing and returns.

See Also:

ClearState | DeleteModule