Authors
Publication
Pub Details
Date
Pages
BASIC Terms
If you have a program in which does a lot of printing to the screen but at certain times you would like it to print to a printer you can do this.
OPEN #2, “P”
To turn it off again do this.
CLOSE #2
If you want to delete a length of code and it seems to take forever try this: Put quotes (“) on both sides of the code you wish to delete. Now delete everything within the quotes and then delete the quotes. This also applies to the line numbers. This should speed your deletion on the TS2068.
Want to have code flash within your listing? Just do this wherever you want the line to flash. In this example I am using line 10.
10 PRINT “
Follow this by getting the “E” cursor, CAPS SHIFT and SYMBOL SHIFT. Now press the CAPS SHIFT and “9” key. From now on everything entered will flash. To turn off the flash use CAPS SHIFT and “9” key.
BRIGHT, PAPER and INK are also possible. For bright use the BRIGHT key then the same “E” cursor, SS/CS/9 keys. For paper use the PAPER key then “E” cursor, then SS/CS with the color key for the color desired. To change the color back do the same thing using the old color key. Ink is the same as paper except use the INK key instead of the PAPER key.