Citizen CBM-270 user manual ESC a

Models: CBM-270

1 114
Download 114 pages 19.21 Kb
Page 63
Image 63

CBM-270 User’s Manual

ESC a

n

[Function]

Aligning the characters

[Code]

<1B> H <61> H <n>

[Range]

0 £ n £ 2

[Outline]

All the printed data within one line are aligned in the specified position.

·Depending on n value, positional alignment is carried out as in the table below:

n

0

1

2

Position

Left end alignment

Centering

Right end alignment

[Caution]

· This is valid only when n is inputted at the beginning of line.

[Default]

n = 0

[Sample Program]

LPRINT CHR$ (&H1B) ; "a" ; CHR$ (0) ;

LPRINT "AAAAA" ; CHR$ (&HA) ;

LPRINT CHR$ (&H1B) ; "a" ; CHR$ (1) ;

LPRINT "AAAAA" ; CHR$ (&HA) ;

LPRINT CHR$ (&H1B) ; "a" ; CHR$ (2) ;

LPRINT "AAAAA" ; CHR$ (&HA) ;

END

[Print Results]

63

CITIZEN

Page 63
Image 63
Citizen CBM-270 user manual ESC a