Backspace of one character – Tally Genicom T5023+ User Manual
Page 63

Standard commands
Special character codes
T5023/5023+ - Programming Guide
53
Backspace of one character
Function:
After each BS character (backspace) the print head is moved logically one cha-
racter to the left. Thus characters can be printed one upon the other.
If this command is received immediately following graphics printing, the print
head will return to the position in which it was before the start of graphics prin-
ting.
In the following cases the BS command is ignored:
–
the print head is at the left edge
–
the previous character is an HT character (horizontal tab as column limit)
–
a command for an absolute or relative point positioning of the print head was
received beforehand (ESC $ (n1) (n2) or ESC \ (n1) (n2))
–
with ESC a (n) a text adjustment other than flush left was selected (i. e. cen-
tered, flush right or margin justification).
Example:
With BS the mathematical signs for ’corresponds to’ and ’unequal’ are to be produ-
ced.
Result:
BS
8
08
ASCII character
Decimal
Hexadecimal
BEGIN
PRINTLF("corresponds to: ","=", char(8)," ^")
PRINTLF("unequal: ","=",char(8),"/")
END