EGL Java run-time error code VGJ0142E
VGJ0142E: The maximumSize of array %1 cannot be changed. Expected %2 got %3.
Explanation
The array was passed on a call statement. The corresponding array in the called program had a different maximumSize.
User Response
Change one of the programs so that both use an array with the same maximumSize.