Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 766
Chapter 2 Program Instructions
DELETE
Field of Application
 Statement deleting one or several consecutive program lines from the 
printer’s working memory.
Syntax DELETE<ncon
1
>[-<ncon
2
>]
<ncon
1
>  is the line, or the fi rst line in a range of lines, to be deleted.
<ncon
2
>  is (optionally) the last line in a range of program lines to be 
deleted. 
Remarks
 This  statement  can  only  be  used  for  editing  the  current  program  in 
the Immediate Mode and cannot be included as a part of the program 
execution.
Examples
  DELETE 50  deletes line 50 from the program.
  DELETE 50–100  deletes line 50 thru 100 from the program.
  DELETE 50–  deletes all lines from line 50 to the end of the program.
  DELETE –50  deletes all lines from the start of the program to line 50.










