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