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.

REM (')<br />

Chapter 2 Program Instructions<br />

Field of Application Statement for adding headlines and explanations to the program without<br />

including them in the execution.<br />

Syntax REM|'<br />

is a text inserted in the program for explanatory purpose.<br />

Max. 300 characters per line.<br />

Remarks A REM statement may either be entered on a program line of its own or be<br />

inserted at the end of a line containing another instruction. In the latter case,<br />

REM should be preceded by a colon (:REM).<br />

A shorthand form for REM is a single quotation mark ('), i.e. ASCII 39 dec.<br />

It is possible to branch to a line of REM statement. Execution will then<br />

continue at the first executable line after the REM line.<br />

REM statements slow down execution and transfer of data and also take up<br />

valuable memory space. Therefore, use REM statements with judgement.<br />

Example A program containing REM statements:<br />

10 'Label format No. 1<br />

20 FONT "Swiss 721 BT"<br />

30 PRPOS 30,100<br />

40 DIR 1 :REM Print across web<br />

50 ALIGN 4 :REM Aligned left/baseline<br />

60 MAG 2,2 :'Double height and width<br />

70 PRTXT "HELLO"<br />

80<br />

RUN<br />

PRINTFEED<br />

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

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

Saved successfully!

Ooh no, something went wrong!