3752

“More than 9 dimensions are not \ allowed for nested arrays”

An array ( ARRAY) can be 1- 2- or 3-dimensional. The maximum number of dimensions reached by nesting of arrays is 9, e.g. “arr: ARRAY [0..2,0..2,0..2] OF ARRAY [0..2,0..2,0..2] OF ARRAY [0..2,0..2,0..2, 0..2] OF DINT”. This maximum has been exceeded in the current error case. Reduce to a maximum of 9 dimensions.