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 } ...and report back with the result. On a normally-functioning system, the following will release any PUSH'ed flag/path settings: Code: { HOME CASDIR } 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. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)