Too many indexes specified for array; index is ignored.
20
Cause . . . . . : The number of array indexes specified for an array may not exceed the number of dimensions specified for keyword DIM on the array definition.
Recovery . . . : Remove the index or change the number of dimensions specified for keyword DIM. Compile again.