beautypg.com

Citizen Systems CBM-253 User Manual

Page 85

background image

CBM-253 User’s Manual

73

CITIZEN

[Items requiring caution]

Inverted printing is the printing of the line rotated through 180 °. This command will only

be effective when it is input at the head of the line.

[Initial value]

n = 0

[Program example]

LPRINT CHR$ (&H1B) + "l" + CHR$ (0) ;

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

LPRINT "BBBBB" + CHR$ (&HA) ;

LPRINT CHR$(&H1B) + " l" + CHR$(1) ;

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

LPRINT "BBBBB" + CHR$ (&HA) ;

[Printing result]

ESC

$

n1 n2

[Name]

Specifying of absolute positions

[Code]

<1B>H <24>H

[Defined ranges]

0

n1

255

0

n2

1

[Function]

Specifies the printing starting position as a number of dots (1/203 inch units) from the

head of the line.

The number of dots is divided by 256, with the quotient becoming n2 and the remainder

becoming n1. Accordingly, the printing starting position will be n1 + n2

×

256 dots from

the head of the line.