EGL Java™ runtime 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.

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