Programming instructions

171
Intermec Fingerprint 6.13 – Programmer's Guide
DIM 6.10 Specifying the dimensions of an array.
DIR 10.1 Specifying the print direction.
END 5.4 Ending the execution of the current program or subroutine and closing
all OPENed files and devices.
ENDIF 5.5 Ending multiple
IF...THEN...ELSE statements.
EOF 7.4 Checking for an end-of-file condition.
ERL 16.3 Returning the number of the line on which an error condition has
occurred.
ERR 16.3 Returning the code number of an error that has occurred.
FIELD 7.5, 8.4 Creating a single-record buffer for a random file and dividing the buffer
into fields to which string variables are assigned.
FIELDNO 11.5 Getting the current field number for partial clearing of the print buffer
by a
CLL statement.
FILE& LOAD 6.6, 12.2 Reception and storing of binary files in the printer's RAM memory
FILES 6.1, 6.2, 8.1, 12.5, 14.4 Listing the files stored in one of the printer's directories to the standard
OUT channel.
FONT (FT) 10.2, 12.1 Selecting a font for the printing of the subsequent
PRTXT statements, and
optionally generating a bitmap font from a scalable outline font in
Speedo or TrueType format.
FONT LOAD 6.6, 12.4 Converting and downloading fonts in .ATF format.
FONTNAME$ 12.5 Returning the names of the bitmap fonts stored in the printer's memory.
FONTS 6.1, 8.1, 12.5 Returning the names of all bitmap fonts stored in the printer's memory
to the standard OUT channel.
FOR 5.9 Creating a loop in the program execution, where a counter is incremented
or decremented until a specified value is reached.
FORMAT 6.1 Formatting the printer's RAM memory, or formatting a RAM-type
memory card to MS-DOS format.
FORMAT DATE$ 9.3 Specifying the format of the string returned by DATE$("F") and
DATEADD$(...,"F") instructions.
FORMAT TIME$ 9.3 Specifying the format of the string returned by TIME$("F") and
TIMEADD$(...,"F") instructions.
FORMFEED 11.1 Activating the paper feed mechanism in order to feed out or pull back
a certain length of the paper web.
FRE 6.1 Returning the number of free bytes in the printer's RAM memory.
FUNCTEST 15.10 Performing various hardware tests.
FUNCTEST$ 15.10 Performing various hardware tests.
GET 7.5 Reading a record from a random file to a random buffer.
GOSUB 5.7 Branching to a subroutine.
GOTO 5.6 Branching unconditionally to a specified line.
HEAD 15.8 Returning the result of a thermal printhead check.
IF..GOTO...[ELSE] 5.8 Conditional branching controlled by the result of a numeric expression.
IF..THEN...[ELSE] 5.5 Conditional execution controlled by the result of a numeric expression.
IMAGE LOAD 6.5, 14.3 Reception and conversion of image files in .PCX format to images in the
Intermec Fingerprint internal bitmap format.
IMAGENAME$ 14.4 Returning the names of the images stored in the printer's memory.
IMAGES 6,1, 8.1 Returning the names of all images stored in the printer's memory to the
standard OUT channel.
IMMEDIATE ON/OFF 5.4 Enabling/disabling the immediate mode of Intermec Fingerprint in
connection with program editing without line numbers.
INKEY$ 7.2 Reading the first character in the receive buffer of the standard IN
channel.
INPUT (IP) 7.2 Receiving input data via the standard IN channel during the execution
of a program.
INPUT# 7.3, 7.4, 7.6, 15.1 Reading a string of data from an OPENed device or sequential file.
17. REFERENCE LISTS, cont'd.
Continued!
Instruction See chapter Purpose
1. Instructions in Alphabetical Order, cont'd.