Plain English

Marks the end of a stored program. When downloading label templates to the printer's memory, EOP signals where the program ends.

When to use

When storing label templates in the printer's flash memory using DOWNLOAD.

Syntax

EOP

Example

DOWNLOAD "LABEL.BAS"
SIZE 100 mm, 60 mm
GAP 3 mm, 0 mm
CLS
TEXT 50,30,"4",0,1,1,"Stored"
PRINT 1
EOP

Store a label program in the printer

Try it in the playground View all TSPL commands