Query of used modules and the module key.
get_modules returns the module numbers of all operators used up to this point. Each operator belongs to one module (maximum 32). Each module has a name, which is returned in UsedModules. Based on the used modules, a key is generated that is needed for the licence manager. get_modules is normally called at the end of a programm to check the used modules.
|
UsedModules (output_control) |
string-array -> string |
| Names of used modules. | |
|
ModuleKey (output_control) |
integer -> integer |
| Key for licence manager. | |
get_modules is reentrant and processed without parallelization.
Foundation