0123

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

Dimension conflict

Cause:

The number of provided array dimensions does not match the number specified in the Dim statement.

Remedy:

Change the DIM statement or match the required number of dimensions. Also check that the program is not trying to index an array larger than three dimensions (the AIDX and DIDX functions support one-, two- or three-dimensional arrays).