addlibrary

Adds an existing library or a custom library to load the functions contained in it.

Syntax

addlibrary('library')

Inputs

libraryName
The fully qualified name, which should be specified for a custom library.
Type: string

Examples

addlibrary('omlstatistics')
Add a custom library:
addlibrary('c:/libraries/mylibrary.dll')

Comments

If adding 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.