EGL Java™ runtime error code VGJ0014E

VGJ0014E: %1 cannot be subscripted. It is not an array.

Explanation

The variable was used as an array, but it is not an array.

User Response

Change the program so that it does not use the variable as an array.

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