Citizen CMP-10 Spezifikationen Seite 8

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 80
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 7
— 6 —
LF
[Function] Printing and Paper Feed Command
[Code] <0A>H
[Outline] Prints data inside the input buffer and feeds lines based on the line feed amount
having been set.
The head of the line becomes the next print starting position.
[See Also] ESC 2, ESC 3
[Sample Program]
PRINT #1, “AAA” + CHR$ (&HA);
PRINT #1, “BBB” + CHR$ (&HA);
PRINT #1, CHR$ (&HA);
PRINT #1, “CCC” + CHR$ (&HA);
[Print Results]
AAA ← Print and line feed
BBB ← Print and line feed
← Line feed only
CCC ← Print and line feed
Seitenansicht 7
1 2 3 4 5 6 7 8 9 10 11 12 13 ... 79 80

Kommentare zu diesen Handbüchern

Keine Kommentare