EGL1830E There is nothing to push off or pop to the stack.

Explanation

Either the pop operation cannot be completed because the stack is empty or there is no data to push to the stack.

User Response

For a pop operation, ensure that the correct stack is being accessed and that there is data on the stack. For a push operation, verify the data to place on the stack is correct.


Feedback