Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 742
Chapter 2 Program Instructions
CLL, cont.
Examples, cont.
Complete clearing:
In this example, the print image buffer will be cleared completely if Error
1030, “Character missing in chosen font” occurs.
10 ON ERROR GOTO 1000
.....
.....
.....
1000 IF ERR=1030 GOSUB 1100
1010 RESUME NEXT
.....
....
1100 CLL
1110 PRINT "CHARACTER MISSING"
1120 RETURN