Arrays

Arrays group data elements of the same type. An array consists of elements and dimensions. Elements are the data that make up the array. A dimension is the length, height, or depth of an array. An array can have one or more dimensions and as many as (231)–1 elements per dimension, memory permitting.

Related Information

Converting an Array to a Cluster

Creating Array Constants

Default Data in Arrays

Deleting Elements, Rows, and Columns within Arrays

Inserting Elements, Rows, and Columns into Arrays