EGL Java™ runtime error code VGJ0143E

VGJ0143E: %1 is not a valid size for array %2.

Explanation

The array was passed on a call statement. The called program changed the array's size to a value that is less than zero or larger than the value of the property maxSize.

User Response

Change the programs so they use the same value for the property maxSize.

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