EGL Java run-time error code VGJ0114E

 

VGJ0114E: The value of item %1 (%2) is not valid as a subscript.

 

Explanation

The value has too many digits to be a subscript for any element in the array. A subscript value must be between one and the number of occurs declared for the structure item.

 

User Response

Make sure that the index value is a valid subscript for the array.