90
Table
Control code area commands
Function | Control code |
Printablecode area expansion | (ESC) “6” |
Controlcode area exDansion | (ESC) “7” |
■Printing BIG characters
You can even enlarge your character sets for
Table
Big character commands
Function | Control code |
(ESC) “h” CHR$(l)
(ESC) “h” CHR$(2) ~Esc) “h,, CHR$.3)
~Esc) “h,, CHR$(4)
(ESC) “h” CHR$(5)
(ESC) “h” CHR$(6)
Cancelenlarged mint
(ESC) “h””
<
Try this program to see the big characters.
10 ‘ Demo of BIG characters
20 LPRINT “THIS IS “ ;
30LPRINT CHR$(27) ; “h” ;CHR$(1);
40LPRINT “DOUBLE”;
50LPRINT CHR$(27) ; “h” ;CHR$(0) ;
60LPRINT “ SIZED PRINTING.“
70LPRINT
80LPRINT “THIS IS “ ;