Standard commands Horizontal print control
T5023/5023+ - Programming Guide 91
Example:
The character spacingis increased step- by- step.
Result:
BEGIN
SETN=1
REPEAT
SETN=N+2
PRINT(char(27)," ",char(N))
PRINTLF("Spacing for n equal to ",N)
UNTILN=9
END