EGL Java™ runtime error code VGJ0104E

VGJ0104E: %1 is not a valid index for subscript %2 of %3.

Explanation

One of the subscripts used with a multidimensional array is invalid. A subscript value must be between one and the number of occurrences defined for the subscripted item.

User Response

Ensure that the index value is a valid subscript for the subscripted item.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.