Define Array

An array definition specifies the data types of the indices and assigns a name to the array. This name is used to identify the array and allows all other array commands to access it.

Parameter:

  • Array name: The name of the new array.
  • Data type of column index: The data type of the column index, provided via lookup.
  • Data type of row index: The data type of the row index, provided via lookup.

For a more detailed description of the column data types, see the loop command.

Valid date values are all date formats known to the DLE.