Wasp Technologies.
84 Copyright 2001 All Rights Reserved.
MID$( )
Description
This function is used to get 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 mth characters in the string.
1 <= m <= string length
n
The number of characters to return.
Example
DOWNLOAD "DEMO7.BAS"
SIZE 4.00,4.00
GAP 0.12,0.00
SPEED 2.0
DENSITY 8
SET CUTTER OFF
DIRECTION 0
REFERENCE 0,0
SET DEBUG LABEL
CLS
A$="TAIWAN SEMICONDUCTOR CO., LTD"
E$=MID$(A$,11,10)
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()
Summary of Contents for WPL2
Page 1: ...WPL2 PROGRAMMING MANUAL Wasp Technologies BAR CODE PRINTER SERIES...
Page 5: ...SECOND 105 YEAR 106 MONTH 107 DATE 108 DAY 109 HOUR 110 MINUTE 111 SECOND 112...
Page 8: ...Wasp Technologies 2 Copyright 2001 All Rights Reserved GAP BLINE...
Page 60: ...Wasp Technologies 54 Copyright 2001 All Rights Reserved See Also F FILES...
Page 67: ...Wasp Technologies 61 Copyright 2001 All Rights Reserved See Also DOWNLOAD EOP OPEN READ SEEK...
Page 100: ...Wasp Technologies 94 Copyright 2001 All Rights Reserved See Also SIZE GAP BLINE...
Page 119: ...Wasp Technologies 113 Copyright 2001 All Rights Reserved...
Page 120: ...Last update May 21 2004...