DECLARE Command

See Also

Creates a one- or two-dimensional array.

Syntax

DECLARE ArrayName1 (nRows1 [, nColumns1])
  [, ArrayName2 (nRows2 [, nColumns2])] ...

Remarks

DECLARE is identical in operation and syntax to DIMENSION. For more information, see DIMENSION.