Herunterladen Inhalt Inhalt Diese Seite drucken

Command Details - Citizen CBM1000 Bedienungsanleitung

Vorschau ausblenden Andere Handbücher für CBM1000:
Inhaltsverzeichnis

Werbung

10.2.2 Command Details

HT
[Function]
[Code]
[Outline]
[Caution]
[See Also]
[Sample Program]
[Printing Result]
Horizontal tab
<09>H
Shifts the printing position to the next horizontal tab position.
• Ignored when the next horizontal tab position has not been
set.
• The horizontal tab position is set by ESC D.
• The initial setting of horizontal tab positions is at intervals of
8 characters for font A at 9th, 17th, 25th, 33rd, columns.
ESC D
LPRINT "0123456789012345678901";
LPRINT CHR$(&HA);
LPRINT CHR$(&H9) + "AAA";
LPRINT CHR$(&H9) + "BBB";
LPRINT CHR$(&HA) ;
LPRINT CHR$(&H1B) + "D";
LPRINT CHR$(3) + CHR$(7) + CHR$(14) + CHR$(0);
LPRINT CHR$(&H9) + "AAA";
LPRINT CHR$(&H9) + "BBB";
LPRINT CHR$(&H9) + "CCC" + CHR$(&HA) ;
END
12345678901234567890
AAA
BBB
AAA BBB
CCC
— 42 —
←
Initially set horizontal tab
←
When set to the 4th, 8th, and 15th columns

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis