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. 125 Copyright 2013 All Rights Reserved.
LOC( )
Description
This function returns the current read/write position within an open file.
Syntax
LOC(file handle)
Parameter
Description
file handle
0 or 1
Note:
This command has been supported since V6.86 EZ and later firmware.
Example
Sample code
DOWNLOAD "DATA.DAT",30,12345678
12345678
12345678
DOWNLOAD "TEST.BAS"
str1$ = ""
location = 0
OPEN "DATA.DAT",0
READ 0,str1$
location = LOC(0)
CLOSE 0
SIZE 4,1
GAP 0,0
CLS
TEXT 10,10,"3",0,1,1,"str1$: "+str1$
TEXT 10,60,"3",0,1,1,"Location:"+STR$(location)
PRINT 1
EOP
TEST
Result

Table of Contents

Other manuals for TSC TTP-244 Plus

Related product manuals