HP Forums
HP50G - What is "Entry" for? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: HP50G - What is "Entry" for? (/thread-2159.html)



HP50G - What is "Entry" for? - Bill Zimmerly - 09-19-2014 07:09 PM

I'm wondering about what kind of situations the "Entry" (Right shift Alpha) key is useful for.

If you know, please enlighten me. (Thanks!)

By the way, I -LOVE- the HP50G and RPL ... well done HP!

- Bill


RE: HP50G - What is "Entry" for? - Dave Britten - 09-19-2014 08:30 PM

It cycles the entry mode through normal, algebraic, and programming. In normal mode, commands (such as +) are executed immediately when pressed. In programming mode, they're placed in the current entry line, with spaces as necessary to delimit them from other surrounding commands. In algebraic mode, everything is entered as-is, with no delimiting spaces.

Normal mode is the default mode of operation for doing math on the stack.
Algebraic mode is automatically selected when you press ' and begin entering an algebraic expression.
Programming mode is, naturally, the default mode when editing a UserRPL program.

In my case, the most common use of Entry is to switch from algebraic back to programming while editing a program.

There may be other subtle details and differences between them, but that's the basic idea.


RE: HP50G - What is "Entry" for? - Bill Zimmerly - 09-19-2014 08:49 PM

Thanks Dave! Smile
- Bill