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)

...

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

MDADrop(String)

This function drops an existing MDA store.

Argument: The name for the store

Return value: null

Example:

Code Block
MDADrop("MyStore")