Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7220
Chapter 2 Program Instructions
REMOVE IMAGE
Field of Application
Statement for removing a speci ed image from the printers 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 printers 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 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 les downloaded using for example a TRANSFER
KERMIT statement should be removed the same way as other les
using a KILL statement.
Be careful, REMOVE IMAGE is irreversible!
Example
10 REMOVE IMAGE "LOGOTYPE.1"
RUN