User defined touch-button menu (Softkeys)
|
06-30-2019, 03:27 PM
(This post was last modified: 06-30-2019 03:44 PM by Stevetuc.)
Post: #21
|
|||
|
|||
RE: User defined touch-button menu (Softkeys)
(06-30-2019 09:06 AM)Arch Wrote: @Gene222I have a suggestion for 1. but it involves the use of a user key. A user key allows to return a string unquoted to the command line. Pressing enter then executes the contents of the string. By passing a string such as " s4 s3 s2 s1" ,the vars are each sent to a level of the stack. In this demo program I read 4 levels of the stack , multiply them by 2 , and pass the results back to 4 stack levels, pushing the original data up. To run , enter data into 4 stack levels, then <shift user 4> and <enter> Code:
You could customise the key definition in your program to return the vars you need, then execute the user key followed by enter to return your data to the stack |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)