Semantic Error: An array must have at least one dimension.
In a variable worksheet, an invalid array declaration was detected: The specified lower and/or upper dimension value exceed(s) the maximum allowed value. Currently, the maximum allowed array dimension is [-2147483648..2147483647] (corresponds to DINT value range).
Consequently, index values < -2147483648 and > 2147483647 (used in the code) are invalid.