EGL0140E Size {0} is invalid for array {1}. Maximum size is {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 maxSize property.

User Response

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