ClearModule

Description 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 Only.
Function Groups Compilation and On-Line Modifications,  Advanced Module
Related to: ClearState | DeleteModule
Format ClearModule(Module)
Parameters  
Module
Required. Any expression giving a module to clear.
Comments If there are any instances of the module running, ClearModule does nothing and returns.