Post Reply 
HP50G help as POP command —> insufficient memory
11-28-2023, 04:21 PM
Post: #3
RE: HP50G help as POP command —> insufficient memory
(11-28-2023 02:45 PM)Gil Wrote:  How can I reinitialize the PUSH/POP memory?

Before trying to purge the PUSH/POP memory, please try the following:

Code:
{ HOME CASDIR }
'ENVSTACK' BYTES

...and report back with the result.

On a normally-functioning system, the following will release any PUSH'ed flag/path settings:
Code:
{ HOME CASDIR }
'ENVSTACK' PURGE

The flags and current path are added to the beginning of the ENVSTACK variable (which is a list) every time you execute a PUSH. Subsequent POP executions retrieve and delete the first entry in the list for restoration.

If for some reason you have executed significantly more PUSHs than POPs, that would result in a large ENVSTACK variable that the system may not be able to edit successfully.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP50G help as POP command —> insufficient memory - DavidM - 11-28-2023 04:21 PM



User(s) browsing this thread: 4 Guest(s)