Citizen PPU-700II Specifications Page 43

  • Download
  • Add to my manuals
  • Print
  • Page
    / 200
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 42
- 41 -
ESC a n
[Function] Aligning the characters
[Code] <1B>H<61>H<n>
[Range] 02, 4850
[Outline] All the printed data within one line are aligned in the specified position.
Depending on the value “n”, positional alignment is carried out as shown in the table
below:
n Position
0,48 Left end alignment
1,49 Centering
2,50 Right end alignment
[Caution] • This command is valid only when it is inputted at the beginning of a line.
• This command does not affect the PAGE MODE.
• Executes justification in the print area being set.
[Default] n=0
[Sample Program]
LPRINT CHR$(&H1B);"a"; CHR$(0);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H1B);"a"; CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H1B);"a"; CHR$(2);
LPRINT "AAAAA"; CHR$(&HA);
[Print Results]
AAAAA
AAAAA
AAAAA
Paper feed direction
Left-justified Centered Right-justified
Page view 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 199 200

Comments to this Manuals

No comments