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.
Type: string

Examples

Remove a Compose OML library:
removelibrary('omlstatistics')
Remove a custom library:
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.