User defined touch-button menu (Softkeys)
|
06-23-2019, 05:10 AM
(This post was last modified: 06-23-2019 05:15 AM by Gene222.)
Post: #9
|
|||
|
|||
RE: User defined touch-button menu (Softkeys)
I can't get this program to work properly in RPN mode. Currently, using the program in the previous post (in RPN mode), to take the sin of 45 degrees you have to press: 45 [Enter] [Vars] SIN [Enter]. This key sequence puts 45 in the first stack register. The program then takes the 45 and changes it to 0.7071.
I tried to program the first [Enter] using RETURN(30); as shown in the program below. The program puts 45 in the first stack register, but then stops execution, which is what one would expect from the RETURN command. I don't know how to make the program continue execution. RPN code that does not work PHP Code: KEY K_Vars() |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)