myModuleName()

Returns the name of the current module.

Synopsis

string myModuleName();

Parameters

Parameter Meaning
none -

Return value

Name of the module

Error

Description

Returns the module name of its own module as the return value. The name can be assigned by the user under the menu item "Module" > "Module Name" (only in the UI).

Example

main()
{
  DebugN(myModuleName());
}

Assignment

Management of managers...

Availability

UI