![]() |
![]() |
![]() |
![]() |
OMFget_name_str_val
Synopsis
INTEGER FUNCTION OMFget_name_str_val(object_id,
. name,
. cval,
. maxlen)
#include <avs/omf.inc>
INTEGER object_id(OIDSIZ)
INTEGER name, maxlen
CHARACTER*(*) cvalDescription
For a complete description of this function, see OMget_name_str_val .Arguments
object_idxnamemaxlencvalA character string specifying the subobject's value. This call requires that you pass a locally defined character variable and doesn't allow for memory allocation.
Returned value
The status code (see OMget_name_str_val ).Examples
#include <avs/omf.inc>
INTEGER parent_object(OIDSIZ)
CHARACTER*30 value
...
IF (OMFget_name_str_val(parent_object,
. OMFstr_to_name('cval'),
. value
. LEN(value)) .NE. 1)
. PRINT*,'Error getting value of object cval'See Also
![]() |
![]() |
![]() |
![]() |