Difference between revisions of "Talk:83Plus:OS:Recall Queue"
From WikiTI
(This is used in startup) |
|||
Line 1: | Line 1: | ||
Can anyone figure out how to coax the small edit buffers to recall values using this external mode? It would be incredibly useful if we didnt need to load data into TIOS string variables in order to get a string input routine working. I gave it a try without much success. --[[User:Woozle|Woozle]] 13:14, 18 Jun 2005 (PDT) Woozle | Can anyone figure out how to coax the small edit buffers to recall values using this external mode? It would be incredibly useful if we didnt need to load data into TIOS string variables in order to get a string input routine working. I gave it a try without much success. --[[User:Woozle|Woozle]] 13:14, 18 Jun 2005 (PDT) Woozle | ||
+ | |||
+ | == This is used in startup == | ||
+ | |||
+ | I've used this before! It's one method of running a basic or asm program from a key hook. I used this is my own personal "starup" methods. I figured this out without documentation with help from calcsys and startup. |
Revision as of 12:50, 19 August 2006
Can anyone figure out how to coax the small edit buffers to recall values using this external mode? It would be incredibly useful if we didnt need to load data into TIOS string variables in order to get a string input routine working. I gave it a try without much success. --Woozle 13:14, 18 Jun 2005 (PDT) Woozle
This is used in startup
I've used this before! It's one method of running a basic or asm program from a key hook. I used this is my own personal "starup" methods. I figured this out without documentation with help from calcsys and startup.