EGL1813E Could not pop Long/BigInt value off the stack.

Explanation

The data removed from the stack is not the expected data. The expected data is the Long/BigInt value. Either the Long/BigInt value is not at the top of the stack or the stack is empty.

User Response

Ensure that the Long/BigInt value is being placed on the stack or there is enough storage for the stack.


Feedback