EGL Java™ runtime error code VGJ0141E
VGJ0141E
:
%1 is an invalid index for array %2. Current
®
size: %3. Max size: %4
Explanation
The index is out for range for the array.
User Response
Modify the program to use a valid array index.