HP Forums
Easy Sto feature code - 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: Easy Sto feature code (/thread-11028.html)



Easy Sto feature code - vvolkan - 07-09-2018 08:59 PM

The app adds key assignment to EEX to allow sto by 2 clicks. The code adds 3.mode(sto mode) besides shift and alpha modes.

press EEX+EEX --> EEX
press Shift+EEX+EEX --> ▶
press EEX+a..z --> ▶a..z (no ALPHA on needed)


program also detects if a char exist before the expression/number to be wanted to store and uses Ans▶ or ▶ according to situation. When sto mode is on, ▶a..z symbol is displayed in the status bar.
Additionally it work with uppercase in non-cas mode. Shortly full functional sto feature.

*Update 07-22-2018: Shift function has been added.


RE: Easy Sto feature code - cyrille de brébisson - 07-10-2018 05:39 AM

Hello,

Cool hack! I never thought that you could imagine/do something like that!

Cyrille