Purpose
Get the value
of a field of a record.
Synopsis
void getfieldval(XPRMcontext ctx, int code, void *ref, int number, XPRMalltypes *value);
Arguments
|
ctx
|
Mosel's execution context
|
|
ref
|
Reference to the record
|
|
code
|
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
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.