Closed
Description
There's a panel to insert control codes into strings (see below).
But there are no buttons to insert OVER on/off, or FLASH/BRIGHT/INVERSE/OVER/INK/PAPER 8, or INK/PAPER 9, or TAB/AT positions.
Also,
- CAPS is a bit misleading as it inserts \006 which is the code for a tab (comma in prints).
- EDIT inserts \007 which has no effect except placing a '?' on screen, so doesn't make sense to include unless you wanted to support all codes <32.
- ENTER inserts a newline which immediately splits up the line in the editor. Speccy is unable to handle any newline (code \013) that is not occurring at the end of the program line. That means, the button here is completely useless.
The roll-over hint in the picture is also wrong, 'Cyan Ink = CHR$(29)' should read '...CHR$(16)+CHR$(5)'
Release: v1.792
Metadata
Metadata
Assignees
Labels
No labels