24
Q Rotate Print Direction
Q direction
direction specifies which direction you wish printing to be and is a numeric
expression from 0 to 3. direction is optional; if omitted, 0 is used.
On power-up (in Text Mode), Q0 is used.
However, when you enter Graphic Mode, you can specify one of four directions
for character printing. See Table below.
Direction specified
Print Direction
0
Left-to-Right
1
Top-to-Bottom
2
Right-to-Left (Upside down)
3
Bottom-to-Top
Example Program
10 LPRINT CHR$(18); "S1"
20 LPRINT "M200, 0"
30 FOR I=0 TO 3
40 LPRINT "Q";STR$(I)
50 LPRINT "PROTATION"
60 NEXT I
70 LPRINT "A"
80 END
Result
Summary of Contents for DPL-400
Page 2: ......
Page 3: ......
Page 8: ...5 MECANISM UNIT PEN HOLDER UNIT...
Page 14: ...11 3 DPL 400 Code Table DPL 400 as follows has a code Table perfectly identified with MSX Code...
Page 35: ......
Page 36: ......
Page 37: ......