Post Reply 
TIME() in RPN Mode?
11-22-2014, 12:06 PM (This post was last modified: 11-22-2014 12:07 PM by Didier Lachieze.)
Post: #3
RE: TIME() in RPN Mode?
(11-22-2014 11:02 AM)Joe Horn Wrote:  In general, use parentheses in RPN mode to specify how many stack levels to use for the input to the function. So to time the program called FRED, do this:

'FRED' Enter
time(1) Enter
But if your program uses parameters I don't know how it can take them from the stack, you have to pass them inside parentheses:

'FRED(1234)' ENTER
TIME(1) ENTER
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TIME() in RPN Mode? - toml_12953 - 11-22-2014, 07:32 AM
RE: TIME() in RPN Mode? - Joe Horn - 11-22-2014, 11:02 AM
RE: TIME() in RPN Mode? - Didier Lachieze - 11-22-2014 12:06 PM



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