EGL Reference Guide for iSeries


EGL Java run-time 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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]