Previous Topic: DRC9950ENext Topic: DRC9970E


DRC9960E

RELATIVE INDEX VIOLATION INDEX IS xxxxxxxxxxx # OF ELEMENTS IS xxxxxxxxxxxxx STATEMENT # IS xxxxx

Reason:

During execution, the field specified as the subscript to the array contained a value outside the boundary of the array. Either less than one or greater than the number of elements in the array.

Action:

Review the logic of your program. Ensure that the index remains within the bounds of the array.