ARRAY
This structured data type stores a 1-, 2-, or 3-dimensional array of
variables, all of the same data type. These component variables can be any 4GL data type
except ARRAY:
This is the syntax for declaring an array of variables:
size is the number (up to 32,767) of elements in a dimension. Each dimension can
have a different size. (The limit on the total number of elements in an array is
imposed by your C compiler, not 4GL.)