getfieldval
getfieldval |
Purpose
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