EasyManua.ls Logo

TSC TTP-244 Plus

TSC TTP-244 Plus
252 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
TSC AUTO ID Technology Co., Ltd. 124 Copyright 2013 All Rights Reserved.
LOF( )
Description
This function returns the size of the specified file.
Syntax
LOF("FILENAME")
Parameter
Description
FILENAME
The file downloaded in the printer memory.
Example
Sample code
DOWNLOAD "DATA1",10,1234567890
DOWNLOAD "DATA2",15,ABCDEFGHIJKLMNO
DOWNLOAD "LofTest.BAS"
SIZE 4,1.5
GAP 0,0
DIRECTION 1
CLS
OPEN "DATA1",0
OPEN "DATA2",1
TEXT 10,20,"4",0,1,1,"LOF() FUNCTION TEST"
J=LOF("DATA1")
K=LOF("DATA2")
TEXT 10,140,"3",0,1,1,"DATA1 IS: "+STR$(J)+" Bytes"
TEXT 10,200,"3",0,1,1,"DATA2 IS: "+STR$(K)+" Bytes"
PRINT 1
EOP
LofTest
Result
See Also
DOWNLOAD, EOP, OPEN, READ, EOF, SEEK, FREAD$()

Table of Contents

Other manuals for TSC TTP-244 Plus

Related product manuals