RPN Lock Stack - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: RPN Lock Stack (/thread-12646.html) |
RPN Lock Stack - KevinMurphy - 03-20-2019 07:09 AM I'n trying to work in RPN but occasionally I mess up number crunching which causes stacks that weren't a part of the problem to be changed. Is there a quick to lock a stack or number so I don't change its value besides assigning the value to a variable? Say I had the number 6.23 in a stack. Could I lock this number or move it to another place so the stack won't change values because I am done with that part of the problem? RE: RPN Lock Stack - David Hayden - 03-20-2019 02:42 PM There's no way that I'm aware of. Variables are intended to solve this problem, so just store it in a var. |