Mobile Printer CPCLProgramming Manual P8-3
JUSTIFICATION  Commands
Alignment of fields can be controlled by using the justifi-
cation commands. By default, the printer will 
left justify all
fields.  A justification command remains in effect for all
subsequent fields until another justification command is
specified.
Format:
{command} [end]
where:
{command}:
Choose from the following:
CENTER Center justifies all subsequent fields.
LEFT Left justifies all subsequent fields.
RIGHT Right justifies all subsequent fields.
[end]:
End point of justification.  If no parameter is
entered, justification commands use the
printhead’s width for horizontal printing or zero
(top of form) for vertical printing.
Input (JUSTIFY.LBL):
! 0 200 200 210 1
CENTER 383
TEXT 4 0 0 75 C
LEFT
TEXT 4 0 0 75 L
RIGHT 383
TEXT 4 0 0 75 R
FORM
PRINT
Output:
JUSTIFICATION Example