17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

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.

FIELDNO<br />

Chapter 2 Program Instructions<br />

Field of Application Function getting the current field number for partial clearing of the<br />

print buffer by a CLL statement.<br />

Syntax FIELDNO<br />

Remarks By assigning the FIELDNO function to one or several numeric variables, you<br />

can divide the print buffer into portions, which can be cleared using a CLL<br />

statement.<br />

Example 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 B%=FIELDNO<br />

80 PRPOS 100, 200<br />

90 PRTXT "EVERYBODY!"<br />

100 PRINTFEED<br />

110 CLL B%<br />

120 PRPOS 100,200<br />

130 PRTXT "TO YOU!"<br />

140 PRINTFEED<br />

150 CLL A%<br />

160 PRPOS 100,250<br />

170 PRTXT "BIRTHDAY"<br />

180 PRPOS 100,200<br />

190 PRTXT "DEAR TOM!"<br />

200 PRINTFEED<br />

RUN<br />

#1 #2 #3<br />

HAPPY HAPPY HAPPY<br />

NEW YEAR NEW YEAR BIRTHDAY<br />

EVERYBODY! TO YOU! DEAR TOM!<br />

yields three labels:<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 73

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

Saved successfully!

Ooh no, something went wrong!