TSC AUTO ID Technology Co., Ltd. 90 Copyright 2009 All Rights Reserved.
EOP
Description
End of program. To declare the start and end of BASIC language commands used in a
program, DOWNLOAD "FILENAME.BAS " must be added in the first line of the program, and
"EOP " statement at the last line of program.
Syntax
EOP
Example
DOWNLOAD "DEMO.BAS"
SIZE 4,4
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
TEXT 100,100,"3",0,1,1,"DEMO PROGRAM"
PRINT 1
EOP
See Also
DOWNLOAD, EOP, INPUT