PREV UP NEXT ANA

7.2.4: Arrays

An ARRAY is a set of data values of one class and data type. ANA offers arrays of SCALARs (see Scalars) and arrays of STRINGs (see Strings). Each array has a specific dimensional structure, with up to #MAX_DIMS (usually 8) dimensions (see #MAX_DIMS).

  • Specifying Arrays How to enter array values
  • Combining Arrays How to combine arrays into bigger ones
  • Referencing Arrays How to refer to array elements