Functions Index :: I :: IsModuleLoaded

[<< up one level]

Module:

:: loader

Definition:

IsModuleLoaded(string library, string package, string module)

Description:

Returns true if the specified module is loaded, false otherwise.

Arguments:

library: The name of the library where the module belongs.

package: The name of the package where the module belongs.[1]

module: The name of the module.

Examples:

dummy = IsModuleLoaded("avslib", "array", "core")

\? NOP

\: LoadModule("avslib", "array", "core")

 

[<< top]

 


[1]: The package may be further divided to an unlimited hierarchy of subpackages, if each level is separated by the "/" (slash) character.

Each slash character corresponds to a path separator in the underlying OS, thus to a nested subfolder in the package tree.

The following examples illustrate the concept: