Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7 135
Chapter 2 Program Instructions
KEY ON/OFF, cont.
Remarks, cont.
Example
In this example, the F1 key (id. No. 10) is fi rst enabled, then used for
branching to a subroutine and fi nally disabled.
10 KEY (10) ON
20 ON KEY (10) GOSUB 1000
30 KEY (10) OFF