13
5. Control Codes in TEXT MODE
BS .......... Backspace
Code
(08)
H
or (8)
10
Function
This command backspaces the pen one character at a time. This code
is very useful when you need to underline.
Example
Program
10 LPRINT "A";
20 LPRINT CHRS$(8);
30 LPRINT CHR$(95)
Result
A
LU ….......
Reverse Line Feed
Code
(0B)
H
or (11)
10
Function
This code moves the paper backwards (reverse) on line at a time.
This is often used for superscripts.
Example
Program
10 LPRINT "2";
20 LPRINT CHR$(11);
30 LPRINT "2"
Result
2
2
NC .........
Next Colour (Rotate Pan Holder)
Code
(1D)
H
or (29)
10
Function
This command advances the Pen Holder one colour. CHR$(29) is used
to change colour from Text Mode and you must keep track of what
colour is next. If you want a colour beyond the next Position, you may
use the command more than once.
Example
Program
10 LPRINT CHR$(29)
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: ......