EasyManua.ls Logo

TSC TTP-343C series

TSC TTP-343C series
206 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. 130 Copyright 2009 All Rights Reserved.
MID$( )
Description
This function retrieves the specified number of characters down from the mth character of a
string.
Syntax
MID$(string, m, n)
Parameter Description
string The string to be processed.
m The beginning of m
th
characters in the string.
1 <= m <= string length
n The number of characters to return.
Example
DOWNLOAD "DEMO.BAS"
SIZE 3.00,3.00
GAP 0.08,0.00
SPEED 4.0
DENSITY 8
SET CUTTER OFF
DIRECTION 0
REFERENCE 0,0
A$="TSC Auto ID Technology Co., Ltd."
E$=MID$(A$,11,10)
CLS
TEXT 10,10,"3",0,1,1,A$
TEXT 10,200,"3",0,1,1,"10 MIDDLE CHARS: "+E$
PRINT 1
EOP
See Also
DOWNLOAD, EOP, END, LEFT$(), LEN(), RIGHT$(), STR$(), VAL()

Table of Contents

Related product manuals