Easy Sto feature code

+- HP Forums (http://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 03: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.