User`s manual

BD2-2860 User’s Manual
CITIZEN
34
ESC SP n
[Function] Setting the right space amount of the character
[Code] <1B>H<20>H<n>
[Range] {0 =< n=< 20} Data is described in Hex code.
[Outline] The rightward space amount is set in dot unit (1/203 inch unit). In the initial value, it is n=0.
[Caution] The rightward space amount in doublewide mode is made double of the set volume.
[Default] n = 0
[Sample Program]
LPRINT CHR$ (&H1B) + " " + CHR$ (0);
LPRINT "AAAAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + " " + CHR$ (1);
LPRINT "AAAAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + " " + CHR$ (12);
LPRINT "AAAAA" + CHR$ (&HA);
[Print Results]