Synopsis
INTEGER FUNCTION OMFget_name_int_val(object_id,
. name,
. ival)
#include <avs/omf.inc>
INTEGER object_id(OIDSIZ)
INTEGER name
INTEGER ival
Description
For a complete description of this function, see .
Arguments
object_id
The id of an object, expressed as an integer.
name
The name of one of object_id's immediate subobjects, expressed as an integer.
ival
The subobject's value, expressed as an integer.
Returned value
The status code (see ).
Example
#include <avs/omf.inc>
INTEGER parent_object(OIDSIZ)
INTEGER value
...
IF (OMFget_name_int_val(parent_object,
. OMFstr_to_name('ival'),
. value) .NE. 1)
. PRINT*,'Error getting value of object ival'
See also
Related module: