User`s guide
STORING DATA IN THE PRINTER MEMORY 
Copyright © 2006, Cognitive.  111 
R 
Places the data at the 
right end of the space 
specified by length 
parameter, filling the 
remaining space to the 
left with the character 
specified by pad. 
C 
Places the data in the 
center of the space 
specified by length 
parameter, filling the 
remaining space on both 
sides with the character 
specified by pad. 
N 
Tells the printer to ignore 
the length parameter so 
the variable data only 
occupies the space it 
actually needs. 
pad 
Specifies the character that is used to 
fill any space allocated by the length 
parameter that is not occupied by 
actual variable data. This is an 
optional parameter, and immediately 
follows the align parameter with no 
intervening spaces. If pad is omitted, 
the pad character is the space 
character (ASCII 20). 










