EasyManuals Logo

TSC TDP-247 Programming Manual

TSC TDP-247
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
Page #171 background imageLoading...
Page #171 background image
TSC AUTO ID Technology Co., Ltd. 159 Copyright 2013 All Rights Reserved.
INSTR ( )
Description
Returns an integer specifying the start position of the first occurrence of one string within another.
Syntax
INSTR ([start,]str1$,str2$)
Parameter
Description
start
Optional. Numeric expression that sets the starting position for each search.
If omitted, search begins at the first character position. The stat index is 1 -
based.
str1$
Required. String expression being searched.
str2$
Required. String expression sought.
Note:
This command has been supported since V6.59 EZ and later firmware.
Example
Sample code
DOWNLOAD "DEMO.BAS"
string$="ABC123ABC123"
searchfor$="123"
starpos=8
temp1=INSTR(string$,searchfor$)
temp2=INSTR(starpos,string$,searchfor$)
str1$=searchfor$+" in "+string$+" is "+STR$(temp1)
str2$=searchfor$+" in "+string$+" after"+STR$(starpos)+" is "+STR$(temp2)
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,str1$
TEXT 10,60,"3",0,1,1,str2$
PRINT 1
EOP
DEMO
Result
See Also
STRCOMP()

Table of Contents

Other manuals for TSC TDP-247

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the TSC TDP-247 and is the answer not in the manual?

TSC TDP-247 Specifications

General IconGeneral
Print MethodThermal Transfer / Direct Thermal
Communication InterfaceUSB 2.0, RS-232
Power Supply100-240V AC, 50/60 Hz
Operating Temperature41°F - 104°F (5°C - 40°C)
Operating Humidity85% non-condensing
Max. Print Width4.09" (104 mm)
Label Width1.18" - 4.33" (30 mm - 110 mm)
Storage Temperature-40 ~ 60°C (-40 ~ 140°F)

Related product manuals