Post Reply 
Executing a program directly from a menu
09-01-2017, 07:47 PM (This post was last modified: 09-01-2017 09:36 PM by Cristóbal De Jesús.)
Post: #3
RE: Executing a program directly from a menu
(09-01-2017 02:05 PM)toml_12953 Wrote:  
(09-01-2017 12:38 PM)webmasterpdx Wrote:  I'm just curious. Currently, to run a program you select it from the user menu and it gets pasted to the input line and then you hit enter to execute it. Is there a way to run a program directly from a menu selection?....so that the program can operate on the input line's contents?
Thx
-D

If your program starts like this:

EXPORT myprog(x)

then to call your program with 5.2 as an example on home screen

in algebraic mode:
myprog(5.2)
<enter>

in RPN mode:
5.2
<Enter>
myprog(1)

I deduct that 1 in myprog(1) is the amount of parameters to get from the stack... Am I right?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Executing a program directly from a menu - Cristóbal De Jesús - 09-01-2017 07:47 PM



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