Tally Genicom Matrix Printer User Manual
Page 318
A set of up to 94 characters is made ready for use.
Example
10 open "lpt1:" as #1
20 width #1,32000
30
’Example "Locking Shift"
40 t1$=" French Characters Are Printed"
50 t2$=" German Characters Are Printed"
60 print #1,chr$(27),"+R" ’Designate G3 <— French Substitution
70
’Table
80 print #1,chr$(27),"o"
’Locking Shift 3
90 print #1,§Öä",t1$
’(French Substitutes)
100 print #1,chr$(27),"+K" ’Designate G3 <— German Substitution
110
’Table
120 print #1,chr$(27),"o"
’Locking Shift 3
130 print #1,§Öä",t2$
’(German Substitutes)
140 end
82
Miscellaneous