Miscellaneous
| date2jdn |
Convert a date into a Julian Day Number (JDN).
|
| dbggetlocation |
Get a source file location associated to a given line index.
|
| delref |
Decrease the reference count of a referenced object.
|
| getrand |
Generate a random number.
|
| getversions |
Get version numbers.
|
| hashmix |
Compute a hash value of a data buffer.
|
| hmdel |
Release a hashmap.
|
| hmdump |
Retrieve the content of a hashmap.
|
| hmfind |
Get a reference to the value associated with a key in a hashmap.
|
| hmget |
Get the value associated with a key in a hashmap.
|
| hmnew |
Create a new hashmap.
|
| hmset |
Set the value associated with a key in a hashmap.
|
| jdn2date |
Convert a Julian Day Number (JDN) into a calendar date.
|
| memoryuse |
Get an estimate of the memory usage of an entity, a module or the entire model.
|
| newcsr |
Create a constant reference.
|
| newmuid |
Generate a unique identifier.
|
| newref |
Increase the reference count of a referenced object.
|
| normfname |
Normalize a file name.
|
| pathcheck |
Expand a path name and check whether it can be accessed.
|
| realtostr |
Generate the textual representation of a real value.
|
| regstring, regstringl |
Register a text string.
|
| setglobal |
Set the value of a global identifier.
|
| stackalloc |
Allocate memory on the Mosel execution stack.
|
| stackfree |
Release memory from the Mosel execution stack.
|
| time |
Get the current date and time.
|
