TOC PREV NEXT INDEX

OMFget_array_size

Synopsis


INTEGER FUNCTION OMFget_array_size(object_id,
. size)#include <avs/omf.inc>
INTEGER object_id(OIDSIZ)
INTEGER size

Description

For a complete description of this function, see OMget_array_size .

Arguments

object_id
The id of an object, expressed as an integer.
size
The total number of values in the array, expressed as an integer.

Returned value

The status code (see OMget_array_size ).

Examples


#include <avs/omf.inc> INTEGER array_id(OIDSIZ) INTEGER size ... IF OMFget_array_size(array_id,size) .NE. 1) . PRINT*,'Error getting array size'

See Also

OMFset_array_size

TOC PREV NEXT INDEX