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.

REM (')<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 />

Purpose Statement for adding headlines and comments to the program without<br />

including them in the execution.<br />

Syntax REM|'<br />

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

32,767 characters per line.<br />

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

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

case, REM must be preceded by a colon (“:REM”).<br />

A shorthand form for REM is an apostrophe (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<br />

up 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 PRINTFEED<br />

RUN

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

Saved successfully!

Ooh no, something went wrong!