Post Reply 
Executing a program directly from a menu
09-01-2017, 02:05 PM
Post: #2
RE: Executing a program directly from a menu
(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)

Tom L
Cui bono?
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 - toml_12953 - 09-01-2017 02:05 PM



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