|
C1020: Too many dimensions |
Top Previous Next |
Description:
This error occurs when trying to define an array with more than 8 dimensions (a maximum of 8 dimensions are allowed).
Example:
dim i(2,2,2,2,2,2,2,2,2) as integer ' error C1020: Too many array dimensions (8 max)
|
See Also