Cleaning exiting library programs - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: Cleaning exiting library programs (/thread-250230.html) |
Cleaning exiting library programs - patryk - 09-13-2013 What is the proper way of exiting a program such as MED? When I am finished typing in a matrix with MED, I press the exit button, but that displays "Program Stopped", and leaves the program in the programming stack (P/R). And even after I clear that with RTN, there is an equal sign stuck on my screen. Thanks for the help.
Re: Cleaning exiting library programs - Marcus von Cube, Germany - 09-14-2013 RTN is a good idea because it returns you to the user program area in RAM. The equal sign can be cleared with CF A. You should be able to cleanly stop MED with <-. Exit just suspends program execution (like R/S) and the program is still the active one. You can resume execution with R/S. <- is handled internally to do a clean exit. Here is the explaining comment from matrixedit.wp34s:
/*
Other programs will most certainly work differently.
Re: Cleaning exiting library programs - patryk - 09-14-2013 Oh wow, everything was in that file? I was looking at it multiple times, but just missed <- and A controlling the =. Thank for your help.
|