NEW
18 LPRINT CHR$(27) "9"
20 LPRINT CHR$(27) "6"
30FOR J = 3 TO 6
40 LPRINT " " J CHR$(J) " ";
50NEXT
60 LPRINT " 21 " CHR$(21)
70 LPRINT
80 FOR J = 128 TO 254 STEP 10
90 FOR I = J TO J + 9
95 IF I > 254 THEN 110
100 LPRINT I CHR$(I) " ";
110 NEXT I : LPRINT : LPRINT : NEXT J
Figure 8-2. shows what this program will print. If your chart doesn’t look like this because it has regular letters and numbers instead of the special symbols, then your computer is only using seven bits. You can get the correct printout by changing line 100 to this:
100 LPRINT I CHR$(27) I'>"CHR$(I) CHR$(27) 'I="
CHR$(g) ;
nInternational character sets
Table
International character set commands
-
-
-
-
-
-
-
76 | - |