Operating instructions

— 58 —
[Function]
[Code]
[Range]
[Outline]
Specifying/Canceling underline
<1B> H <2D> H <n>
0 n 2
Specifying/canceling an underline.
• Types of underlines by n value are shown below:
• An underline is attached to the full character width. It is,
however, not attached to the part having been skipped by
horizontal tab command.
• An underline is not attached to a 90°- right-turned
characters.
• Specification/cancellation with this command is invalid to
Kanji.
n = 0
ESC !
LPRINT CHR$ (&H1B) ; "–" ; CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) ; "–" ; CHR$ (1) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
END
n
0
1
2
Type
Canceling an underline.
Specifying an underline for 1-dot width
Specifying an underline for 2-dot width
[Caution]
Underline Canceled
Underline Specified
AAAAAAAAAA
ESC – n
<
>
<
>
[Default]
[See Also]
[Sample Program]
[Print Results]