17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

KEYBMAP$, <strong>cont'd</strong>.<br />

Chapter 2 Program Instructions<br />

Examples The following example reads back the current keyboard map and changes the<br />

key to A, the key to B, and the key to C:<br />

10 A$=KEBMAP$(0)<br />

20 B$=LEFT$(A$,1)+"A"+MID$(A$,3,4)+"B"+MID$(A$,8,4)<br />

+"C"+MID$(A$,13)<br />

30 KEYBMAP$(0)=B$<br />

RUN<br />

The following example illustrates the mapping of the keyboard for Easy-<br />

Coder 501 XP (unshifted keys only). Note the limit of max. 300 char./line.<br />

10 B$=CHR$128+CHR$1+STRING$(4,0)+CHR$(2)+<br />

STRING$(4,0)+CHR$(3)<br />

20 B$=B$+STRING$(4,0)+CHR$(4)+STRING$(4,0)+<br />

CHR$(5)+STRING$(18,0)<br />

30 B$=B$+".147"+CHR$(0)+"0258"+CHR$(0)+<br />

CHR$(8)+"369"+CHR$(0)+CHR$(31)<br />

40 B$=CHR$(0)+CHR$(28)+CHR$(30)+STRING$(2,0)+<br />

CHR$(13)+CHR$(29)+CHR$(0)<br />

50 KEYBMAP$(0)=B$<br />

RUN<br />

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

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

Saved successfully!

Ooh no, something went wrong!