FLDget_array_size


Synopsis

get the number of array elements in an object


int FLDget_array_size (
OMobj_id object,
int *size);

Description

FLDget_array_size returns the number of array elements in an array object. For example, a [200][4] array would return 800.

Parameters

OMobj_id object

The OMobj_id of an array object.

int *size

A pointer to an integer variable in which the size of the array object is returned.

Example

None available.

Related routines

Not applicable.