HELP
An object that creates a Coord array.

USE
Use Alloc Coord to create an array of Coord
elements.

LOCATION
Data ==> Allocate Array ==> Coord

OPEN VIEW PARAMETERS

* Num Dims - The number of dimensions in the
output array.  Num Dimensions can only be 1
since Coord arrays of greater than 1
dimension are not allowed in HP VEE.

* Num Coord Dims - The number of values in
each Coord.

* Init Value - The value to place in each
array element.  Default is (0, 0), (0,0,0),
or (0,0,0,0).

* Size - The number of elements in the
dimension.  Default is 10.
Init Value and Size may be set on the object
or from data input pins.

NOTES
To change the values of individual elements,
use Set Values.

SEE ALSO
Coord, Get Values, and Set Values.
