Wasp Technologies.
85 Copyright 2001 All Rights Reserved.
RIGHT$( )
Description
This function returns the specified number of characters up from the end of a string.
Syntax
RIGHT$ (X$, n)
Parameter
Description
X$
The string to be processed
n
The number of characters to be returned from the
right side (end) of the string
Example
DOWNLOAD "DEMO8.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"
D$=RIGHT$(A$,10)
TEXT 10,10,"3",0,1,1,A$
TEXT 10,150,"3",0,1,1,"10 RIGHT CHARS "+D$
PRINT 1
EOP
See Also
DOWNLOAD, EOP, END, LEFT$(), LEN(), MID$(), STR$(), VAL()
Summary of Contents for WPL305
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...