ESC | V | n |
|
|
|
|
|
[Function] |
|
| Specifying/Canceling | ||||
[Code] |
|
| <1B>H<56>H<n> |
|
| ||
[Range] |
|
| {0 ≤ n ≤ 1} Data is described in Hex code. | ||||
[Outline] |
|
| Specifying/canceling characters | ||||
|
|
| • "n" means the followings. | ||||
|
|
|
|
|
|
|
|
|
|
|
| n (Hex) |
| Condition |
|
|
|
|
| 0 |
| Canceling |
|
|
|
|
| 1 |
| Specifying |
|
[Caution] |
| • No underlines are attached to | |||||
[Default] |
| • The initial value of n is "0". | |||||
[Sample Program] |
|
|
| [Print Results] |
LPRINT CHR$ (&H1B) + "V" + CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) + "V" + CHR$ (1) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
57 | CITIZEN |