0123: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 17:46, 28 June 2013

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).