Citizen CMP-10 Spezifikationen Seite 43

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 80
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 42
— 41 —
ESC { n
[Function] Specifying/Canceling the Inverted Characters
[Code] <1B>H<7B>H<n>
[Range] {0 =< n =< FF(Hex)}
[Outline] Specifying/canceling inverted characters.
“n” is valid only for the lowest bit (n0).
[Caution] Inverted-printing means printing the line at 180° turned.
This is valid only when this is specified at the beginning of a line.
[Default] The initial value of n is “0”.
[Sample Program]
PRINT #1, CHR$ (&H1B) + “{“ + CHR$ (0);
PRINT #1, “AAAAA” + CHR$ (&HA);
PRINT #1, “BBBBB” + CHR$ (&HA);
PRINT #1, CHR$ (&H1B) + “{“ + CHR$ (1);
PRINT #1, “AAAAA” + CHR$ (&HA);
PRINT #1, “BBBBB” + CHR$ (&HA);
[Print Results]
n (Hex) Condition
0 Canceling inverted characters.
1 Specifying inverted characters.
A A A A A
B B B B B
A A A A A
B B B B B
Inversion Specified
Inversion Canceled
Paper Feed
Direction
Seitenansicht 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 79 80

Kommentare zu diesen Handbüchern

Keine Kommentare