Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Functions for MDA stores are the following:

 

Anchor
MDADim
MDADim
MDADim(Double, Double, Integer)

This function creates a new dimension for any MDA store.

...

  1. The name for the store
  2. A list of the dimensions for the MDA store. Each entry is a list of TODOborders (see MDADim)

Return value: null

Example:

Code Block
MDAInit("MyStore", ToList(MDADim(0.0, 200.0, ToInteger(3))))