02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CLL, cont.<br />

<strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong><br />

Chapter —Program Instructions<br />

Examples Partial clearing:<br />

Two labels are printed, each with two lines of text. After the first label is<br />

printed, the last line is cleared from the print image buffer and a new line<br />

is added in its place on the second label:<br />

10 PRPOS 100,300<br />

20 FONT "Swiss 721 BT"<br />

30 PRTXT "HAPPY"<br />

40 A%=FIELDNO<br />

50 PRPOS 100,250<br />

60 PRTXT "NEW YEAR!"<br />

70 PRINTFEED<br />

80 CLL A%<br />

90 PRPOS 100,250<br />

100 PRTXT "BIRTHDAY!"<br />

110 PRINTFEED<br />

RUN<br />

Complete clearing:<br />

In this example, the print image buffer will be cleared completely if Error<br />

1030, “Character missing in chosen font” occurs.<br />

10 ON ERROR GOTO 1000<br />

.....<br />

.....<br />

.....<br />

1000 IF ERR=1030 GOSUB 1100<br />

1010 RESUME NEXT<br />

.....<br />

....<br />

1100 CLL<br />

1110 PRINT "CHARACTER MISSING"<br />

1120 RETURN

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!