A default length for Mid - Mid(myString,myPos[,RestOfStringIfNotSpecified])
FindString to have same Mode option as ReplaceString (ignore case) which I assume would be faster than using UCase() functions to force the issue.

Code: Select all
A default length for Mid - Mid(myString,myPos[,RestOfStringIfNotSpecified])
Code: Select all
Right(mystring,mypos)
Code: Select all
a$="qwertyuiop"
b$=mid(a$,3,$7fff)