Index '<indexnumber>' for dimension '<dimensionnumber>' is out of range
Visual Studio 2005
One of the indexes exceeds the range defined.
Error ID: BC30702
To correct this error
-
Change the logic of the procedure so that the array bounds are not exceeded.
-
Redefine the array to allow a wider range of values.