unload module
From DavinciWiki
		
		
		
| Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No 
 Description Remove a module from the name space 
 Arguments and Return Values Arguments: module name Return Value: none 
 Usage Syntax: unload_module(module_name) Removes the specified module from the name space and available function list. Modules must exist in the directory specified by the environmental variable 'dv_mod_path'. 
 Examples dv> unload_module("blah")
Module blah is not loaded. So, it cannot be unloaded.
dv> unload_module("thm")
Unloading module thm.
Dependents of thm:
Total 0 dependents.
Unloaded module thm.
 | DavinciWiki Mini-Nav Bar Contents 
 Contact Developers 
 All other topics 
 
 Related Functions 
 Recent Core Changes Modified On: 03-27-2006 | 
