84
The characters that change are shown beneath their ASCII code in Table
Table
International character sets
-
nPrinting BIG characters
You can even enlarge your character sets for
Table
Big character commands
FunctionControl code
Cancelenlargedprint (ESC)“h”CHR$(O)
Try this program to see the big characters.
10’ BIG character
20 LPRINT:LPRINT
30
40 LPRINT“THIS IS “;
50LPRINTCHR$(27);“h”;CHR$(l):
60 LPRINT “DOUBLE”;
70LPRINTCHR$(27);“h”:CHR$(O)
80LPRINT” SIZEDPRINTING.”