Post Reply 
Getting values from stack
10-28-2020, 08:47 PM (This post was last modified: 10-29-2020 10:35 PM by pinkman.)
Post: #2
RE: Getting values from stack
You cannot pick values on the stack like in RPL/RPN, but here are the ways to use previous values:

Textbook or Algebraic entry mode:
myprog(Ans(1), Ans(2))

RPN entry mode:
(Assume the two vals are the last on stack)
myprog(2)

This is only applicable in Home view. If you use the program list to run your program, use the Menu/Get from Home (or CAS) function:
Select the program myprog
Touch the Run soft key
Highlight the first field then touch the Edit soft key
When editing, press the Menu key
Select Get from Home (or CAS) then Enter
Chose the value.

Thibault - not collector but in love with the few HP models I own - Also musician : http://walruspark.co
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Getting values from stack - Francesco - 10-28-2020, 07:06 PM
RE: Getting values from stack - pinkman - 10-28-2020 08:47 PM
RE: Getting values from stack - Stevetuc - 10-28-2020, 10:47 PM



User(s) browsing this thread: 1 Guest(s)