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.

Chapter —Program Instructions<br />

CHR$<br />

Purpose 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 character.<br />

Remarks This function is useful for entering characters that cannot be produced<br />

from the keyboard of the host, for example non-printable characters ASCII<br />

0-31 dec. Only integers between 0 and 255 are allowed. Input less than 0<br />

or larger than 255 will result in an error condition (Error 41, “Parameter<br />

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 PRINT B$<br />

RUN<br />

A<br />

B<br />

yields:<br />

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

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

Saved successfully!

Ooh no, something went wrong!