get the number of array elements in an object
int FLDget_array_size (
OMobj_id object,
xp_long *size);
int FLDget_array_size_n (
OMobj_id object,
int *size);
FLDget_array_size returns the number of array elements in an array object. For example, a [200][4] array would return 800.