Intermec EasyCoder E4 Installation & Operation Manual page 24

Linerless label printer
Hide thumbs Also See for EasyCoder E4:
Table of Contents

Advertisement

Command List, cont'd.
Instruction
DATE$
DATEADD$
DIR
ERROR
FIELDNO
FILE& LOAD
FILES
FONTD (FD)
FONTDSIZE (FSD)
FONTDSLANT (FLD)
FONT (FT)
Intermec EasyCoder E4 LinerLess – Installation & Operation Ed. 1
Purpose and Syntax
Sets or returns the current date, optionally in the format specified by the
FORMAT DATE$ command.
DATE$ = "<YYMMDD>"
PRINT DATE$[("F")]
Returns a new date after a number of days has been added to, or subtracted
from, the current date or optionally a specified date. The current date is
not changed.
PRINT DATEADD$(["<original date>",]<number of days>[,"F"])
Specifies the print direction.
DIR <direction>
Defines error messages and enables the error handler for specified error
conditions.
ERROR <error number>,"<error message>"
Gets the current field number for partial clearing of the print buffer by a
CLL instruction.
<variable name>%=FIELDNO
Receives and stores binary files in the printer's RAM memory.
FILE& LOAD "<filename>",<file size>
Lists the files stored in one of the printer's directories to the standard OUT
channel. RAM is the default if no other device is specified.
FILES ["ROM:|RAM:|CARD1:|CARD2:|CACHE:"]
Selects a double byte character set font for the printing of subsequent
PRTXT instructions, and optionally sets the font size and slant.
FONTD|FD "<fontname>"[,<size>[,<slant>]]
Sets the size in points of the current double byte character set font.
FONTDSIZE|FSD <size>
Sets the slant in degrees of the current double byte character set font.
FONTDSLANT|FLD <slant>
Selects a single byte character set font for the printing of subsequent
PRTXT instructions, and optionally sets the font size and slant. The
default font is Swiss 721 BT, the default size is 12pt, and the default slant
is 0°.
FONT|FT "<fontname>"[,<size>[,<slant>]]
Chapter 4
Programming
23

Advertisement

Table of Contents
loading

Table of Contents