Citizen CMP-10 Dokumentacja Strona 31

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 80
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 30
— 29 —
ESC V n
[Function] Specifying/Canceling 90°-right- turned Characters
[Code] <1B>H<56>H<n>
[Range] {0 =< n =< 1(Hex)}
[Outline] Specifying/canceling characters 90°-right- turned character.
“n” means the followings.
[Caution] No underlines are attached to 90°-right- turned characters.
[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]
A A A A A
n (Hex) Condition
0 Canceling 90°-right- turned Characters
1 Specifying 90°-right- turned Characters
A
A
A
A
A
>
>
>
>
90° Rotation Canceled
90° Rotation Specified
Przeglądanie stron 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 79 80

Komentarze do niniejszej Instrukcji

Brak uwag