Initializing help system before first use

getmodprop

getmodprop


Purpose
Get model information.
Synopsis
function getmodprop(mo:Model, prop:integer):string
function getmodprop(prop: integer):string
Arguments
mo 
A model
prop 
The property to retrieve. Possible values:
PROP_NAME 
Model name ( cf. model statement)
PROP_ID 
Order number
PROP_VERSION 
Model version
PROP_SYSCOM 
System comment
PROP_USRCOM 
User comment
PROP_SIZE 
Amount of memory (in bytes) used by the model
PROP_DATE 
Compilation date
PROP_UNAME 
Unique model name
Return value
The property as a string or an empty string in case of error
Further information
The second form of the function reports information for the calling model.
Related topics
Module