Epson U590P Information Manual page 30

Hide thumbs Also See for U590P:
Table of Contents

Advertisement

CONFIDENTIAL
ESC a n
[Name]
[Format]
[Range]
ESC a n aligns all the data in one line to a specified position. Left justification is selected when n=0 or
48, centering is selected when n=1 or 49, and right justification is selected when n=2 or 50. The default
setting is left justification (n=0). This command is enabled only when processed at the beginning of a
line.
FOR n=0 TO 2
PRINT #1, CHR$(&H1B);"a";CHR$(n);
PRINT #1, "ABC"; CHR$(&HA);
PRINT #1, "ABCD"; CHR$(&HA);
PRINT #1, "ABCDE"; CHR$(&HA);
NEXT n
HT
[Name]
[Format]
ESC D n1 ... nk NUL
[Name]
[Format]
[Range]
HT moves the print start position to the next horizontal tab. This command is ignored unless the next
horizontal tab position has been set.
Rev. A
Select justification
ASCII
ESC
Hex
1B
Decimal
27
0 ≤ n ≤ 2
48 ≤ n ≤ 50
Program Example
Horizontal tab
ASCII
HT
Hex
09
Decimal
9
Set horizontal tab positions
ASCII
ESC
Hex
1B
Decimal
27
1 ≤ n ≤ 255
0 ≤ k ≤ 32
TM–U590/U590P Information Manual
a
n
61
n
97
n
ABC
ABCD
ESC a 0
ABCDE
D
n1 ... nk NUL
44
n1 ... nk 00
68
n1 ... nk 0
Print Sample
ABC
ABCD
ESC a 1
ABCDE
ESC a 2
ABCDE
Command Descriptions 1-23
ABC
ABCD

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u590

Table of Contents