Initializing help system before first use

getfieldval

getfieldval


Purpose
Get the value of a field of a record.
Synopsis
void getfieldval(XPRMcontext ctx, int typcode, void *ref, int number, XPRMalltypes *value);
Arguments
ctx 
Mosel's execution context
ref 
Reference to the record
typcode 
Type code of the record
number 
Field number (in the record)
value 
Pointer to an area where the field value is returned
Further information
The field number must be obtained from the function getnextfield. Its value is valid as long as the model is loaded in memory.
Related topics