DECLARE Command
Creates a one- or two-dimensional array.
DECLARE ArrayName1 (nRows1 [, nColumns1])
[, ArrayName2 (nRows2 [, nColumns2])] ...
Remarks
DECLARE is identical in operation and syntax to DIMENSION. For more information, see DIMENSION.
When the size of an array is increased or decreased when SET COMPATIBLE is set to ON or DB4, the value of each element in the array is reinitialized to .F.
See Also
APPEND FROM ARRAY | COPY TO ARRAY | DIMENSION | GATHER | PRIVATE | PUBLIC | SCATTER | SET COMPATIBLE | STORE