Synopsis
INTEGER FUNCTION OMFset_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 number of values in the one-dimensional array, expressed as an integer.
Returned value
The status code (see ).
Example
#include <avs/omf.inc>
INTEGER array_id(OIDSIZ)
INTEGER size
...
size = 250
IF OMFset_array_size(array_id,size) .NE. 1)
. PRINT*,'Error getting array size'
See also
Related module: