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"


Home INTRO Group SFUNC Alphabetical Index