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.

CHR$<br />

Chapter 2 Program Instructions<br />

Field of Application Function returning the readable character from a decimal ASCII code.<br />

Syntax CHR$()<br />

is the decimal ASCII code to be converted to a readable<br />

character.<br />

Remarks Only integers between 0 and 255 are allowed. Input less than 0 or larger than<br />

255 will result in an error condition (41 “Parameter out of range”).<br />

Example The decimal ASCII code for “A” is 65 and for “B” is 66.<br />

10 A$ = CHR$(65)<br />

20 B$ = CHR$(40+26)<br />

30 PRINT A$<br />

40<br />

RUN<br />

PRINT B$<br />

A<br />

B<br />

yields:<br />

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

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

Saved successfully!

Ooh no, something went wrong!