EC-3150 THERMAL BARCODE PRINTER
51
49. READ
Description
This command is used to read data from downloaded data file
Syntax
READ file handle, variables
Parameter
Description
File handle
0 or 1.
variables
string, integer or float point variable
Example
DOWNLOAD "DATA1",20,COMPUTER
2000 12
DOWNLOAD "DATA2",16,Mouse
900 93
DOWNLOAD "DEMO.BAS"
SIZE 3,1
GAP 0,0
DENSITY 8
SPEED 4
DIRECTION 0
REFERENCE 0,0
SET PEEL OFF
I=0
Y=100
OPEN "DATA1",0
OPEN "DATA2",1
SEEK 0,0
SEEK 1,0
:Start
CLS