Post Reply 
HP 50g - How to log and edit RPN expression entry?
01-16-2016, 10:44 PM
Post: #2
RE: HP 50g - How to log and edit RPN expression entry?
Try using << >> to put your expression into a code and save it to a variable, for example:
<< 50 25 + '5 * 3 + 10' + >>
'NN'
STO
should save the expression between << and >> in variable NN
Then you can load it to the stack (with RSHIFT and NN softkey) and evaluate with EVAL or edit by pressing the DOWN key (you can also put EVAL into the code).
After evaluating your expression you can also use the UNDO command to edit the expression (and save it with LSHIFT and NN softkey).
I hope this answers all your questions.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 50g - How to log and edit RPN expression entry? - wojtek - 01-16-2016 10:44 PM



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