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 .

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 ).

Example


#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

Related module:

•      OMFset_array_size