[Solved] HP48G How to calculate / record into form fields?
|
09-09-2016, 11:24 PM
(This post was last modified: 09-10-2016 05:51 AM by Nick.)
Post: #1
|
|||
|
|||
[Solved] HP48G How to calculate / record into form fields?
On the HP48G, for example:
-> SOLVE finance (though this question applies to any form in general) The cursor is on field N by default ready to accept a number. In financial applications, I'm used to being able to calculate a value for entry. In HP terms, I'd like to be able to enter the result of '12*30' or <<12 30 *>> or maybe drop into the stack calculate a result, then return it to the form. I know this can be done with the direct variables and alternate solver entry. Can this be done from the form UI? Thanks, Nick Edit: Solved |
|||
09-10-2016, 03:38 AM
Post: #2
|
|||
|
|||
RE: HP48G How to calculate / record into form fields?
Don't have a 48g to try, but on an emulated 48gx with that solver app open you can do it. Assuming the "N" field is currently selected, the steps would be:
1) Press "NXT" to see the 2nd page of menus 2) Press the "CALC" menu key 3) You will then see a standard stack display with your previous N value in stack level 1 4) Perform whatever numeric steps you wish to arrive at the new N in stack level 1 5) Press the OK menu button Your new value will be entered into that field. This feature was slightly improved starting with the 49 in that you could simply type "30 12 *" (without the quotes) then ENTER while that field was selected to enter another value. No need to go to the second menu page. |
|||
09-10-2016, 05:00 AM
Post: #3
|
|||
|
|||
RE: HP48G How to calculate / record into form fields?
Woohoo!!!
Thank you very much. I've stumbled through that area with mixed-results but your explanation made it very clear. This will make the forms or possibly creating forms more useful. Thanks, Nick |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)