OWBasic for Pocketviewer
Home
INTRO
Group
SFUNC
Alphabetical Index
Part of a String
MID$(s$,i%[,l%=1])
A string of the length
l
, beginning at position
i
of the string
s
is returned:
MID$("Test",1)
"e"
MID$("Test",1,2)
"es"
RIGHT$
- Right partstring
LEFT$
- Left partstring
Home
INTRO
Group
SFUNC
Alphabetical Index