HP50g small tips and trick
|
06-15-2018, 02:15 PM
(This post was last modified: 06-15-2018 02:26 PM by Joe Horn.)
Post: #29
|
|||
|
|||
RE: HP50g small tips and trick
(06-14-2018 02:27 PM)DavidM Wrote: If you want to try out this concept without having to install Keyman+ first, the following program (for a 50g) will do the same thing that Joe describes (prepending a TakeOver to a program): ... Here's another version with the following benefits: (1) Shorter. (2) If the input is not a program, it turns it into one instead of bombing out. Example: Input: object Output: :: TakeOver object ; Instead of: Error: Bad Argument Type (3) If the input is a program, it inserts TakeOver into the beginning of that program instead of embedding the whole thing inside a new program. Example: Input: :: objects ; Output: :: TakeOver objects ; Instead of: :: TakeOver :: objects ; ; Code: \<< The above works by creating & running the following System RPL program (which I call 'TAKOV'): Code: :: <0|ΙΈ|0> -Joe- |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)