ESC V n
[Function] | Specifying/Canceling | |
[Code] | <1B>H<56>H<n> |
|
[Range] | {0 =< n =< 1(Hex)} |
|
[Outline] | Specifying/canceling characters | |
| ÒnÓ means the followings. |
|
|
|
|
| n (Hex) | Condition |
0Canceling
1 Specifying
[Caution] | No underlines are attached to |
[Default] | The initial value of n is Ò0Ó. |
[Sample Program] |
|
| PRINT #1, CHR$ (&H1B) + “V” + CHR$ (0); |
| PRINT #1, “AAAAA”; |
| PRINT #1, CHR$ (&H1B) + “V” + CHR$ (1); |
| PRINT #1, “AAAAA” + CHR$ (&HA); |
[Print Results] |
|
90¡ Rotation Canceled
> | > | A A A A |
A A A A A | ||
|
| > |
|
| 90¡ Rotation |
A >
Specified
Ñ 29 Ñ