Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7220
Chapter 2 Program Instructions
REMOVE IMAGE
Field of Application
 Statement for removing a specifi ed image from the printer’s memory.
Syntax REMOVE
↔
IMAGE <sexp>
<sexp> is the full  name including  extension  of  the image  to be 
removed.
Remarks
 Useful for removing obsolete or faulty images from the printer’s memory in 
order to save valuable memory space.
 Note that there is a distinction between on one hand images and on the other 
hand image fi les (compare with IMAGES and FILES statements). This 
implies that REMOVE IMAGE statements can only be used for images 
downloaded by means of a STORE statement (see STORE and STORE 
IMAGE). Image fi les downloaded using for example a TRANSFER 
KERMIT statement should be removed the same way as other fi les 
using a KILL statement.
 Be careful, REMOVE IMAGE is irreversible!
Example
  10   REMOVE IMAGE "LOGOTYPE.1"
  RUN










