HELP
An object that creates a Text array.

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

LOCATION
Data ==> Allocate Array ==> Text

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 - The value to place in each
array element.  This value is interpreted as
a string.  Default is null (an empty string).

* 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.

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

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

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