Determine the number of array elements
#include <vistaio.h> size_t VistaIONumber (array) ArrayVariable array;
Specifies a fixed-size array.
The VistaIONumber macro returns the number of elements in the specified array (computed as the size of the array divided by the size of an array element).
It is equivalent to the X Toolkit macro XtNumber(3Xt).