Getting values from stack
|
10-28-2020, 10:47 PM
(This post was last modified: 10-28-2020 10:53 PM by Stevetuc.)
Post: #3
|
|||
|
|||
RE: Getting values from stack
(10-28-2020 07:06 PM)Francesco Wrote: Hi to all Not exactly what you asked for, but you can directly access RPN stack levels in your program without passing them as parameters. So something like this will work if called from home screen with 2 values on the stack: EXPORT myprog() BEGIN Ans(1)*Ans(2) // eg. return stack1 x stack2 END; It also works in textbook and algebraic entry modes and when run from program catalog |
|||
« Next Oldest | Next Newest »
|
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
RE: Getting values from stack - Stefan_Titan2944A - 10-29-2020, 05:57 PM
|
User(s) browsing this thread: 1 Guest(s)