ESC – n
[Function] | Specifying/Canceling underline | ||
[Code] | <1B>H<2D>H<n> | ||
[Range] | 0 | n | 2 |
| 48 | n | 50 |
[Outline] | Specifying/canceling an underline. | ||
|
|
|
|
| n |
| Function |
0.48Canceling an underline
1.49Specifying an underline for
2.50Specifying an underline for
[Caution] | • 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 - |
[Default] | n = 0 |
[See Also] | ESC !, FS - |
[Sample Program] |
|
| LPRINT CHR$(&H1B) + |
| LPRINT “AAAAA”; |
| LPRINT CHR$(&H1B) + |
| LPRINT “AAAAA” + CHR$(&HA); |
| END |
[Print Results] | Underline Canceled |
| |
| ←→ |
| A A A A A A A A A A |
| ←→ |
| Underline Specified |
— 26 —