HELP
An object that creates an integer array.

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

LOCATION
Data ==> Allocate Array ==> Integer

OPEN VIEW PARAMETERS
* Num Dims - The number of dimensions in the
output array.  Num Dimensions must be an
integer number.  Minimum is 1.  Maximum is
10.  Default is 1.

* Init Value Lin Ramp Log Ramp

  * Init Value - The values to place in each
array element.  This value is interpreted as
an integer.  Default is 0.

  * Lin Ramp - A linear ramp of integer
values that are as equally spaced as possible
between the ramp initial value (inclusive)
and the ramp ending value (inclusive).  This
option is only available if Num Dims = 1.

  * Log Ramp - A ramp of integer values that
are logarithmically spaced as possible
between the ramp initial value (inclusive)
and the ramp ending value (inclusive).  This
option is only available if Num Dims = 1.

* Size - The number of elements in the
dimension.  There is one field per 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.

If the Num Dims value is changed, the view
automatically creates or deletes fields on
the open view so that the number of dimension
size fields matches the value of the Num Dims
value.

The output array is not mapped.  Use Set
Mappings to map the dimensions of the array.

SEE ALSO
Integer, Get Values, Set Mappings, and Set
Values.
