Post Reply 
Entering (and losing) programs on HP 48
01-12-2021, 03:42 AM
Post: #3
RE: Entering (and losing) programs on HP 48
A variation of what Steve is suggesting, for entering long, troublesome RPL programs is to enter a portion of the program (with appropriate closing levels of brackets) that is valid (even if not complete) and save that into some variable, e,g, 'TEMP1'. When you're ready to proceed to the next section, recall TEMP1 to the stack, add additional code, and then save it to a new variable 'TEMP2. If this latest addition isn't valid and you lose it, you can go back and get TEMP1 from storage and try again. If the latest section is saved without error, then proceed as above, but now starting with TEMP2, saving to TEMP3 after adding more code, etc. Following this procedure, you will only lose the code typed-in in the most recent section and have the TEMPn VARs available to pick-up where you left off, without losing the whole thing.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Entering (and losing) programs on HP 48 - rprosperi - 01-12-2021 03:42 AM



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