1300 Array index out of bounds
Cause
This error occurs when the index used in an array index operation is outside the bounds of the array; that is, the index is less than one (1) or greater than the highest allocated position in the array.
Action
Determine the cause of the invalid index and correct the code that led to the error. The method and source position containing the expression at which the exception was raised are reported in the error description.