removelibrary
Removes a previously loaded Compose OML library or a custom library.
Syntax
removelibrary('library')
Inputs
- libraryName
- The fully qualified name, which should be specified for a custom library.
Examples
removelibrary('omlstatistics')
removelibrary('c:/libraries/mylibrary.dll')
Comments
If removing a custom library, the fully qualified name of the library should be specified in library. An error is set if the library being added does not exist. All functions loaded from a removed library are also removed.