MID function in <VBSTRING>
MID function in <VBSTRING>
The MID function in VBSTRING.bas has an error in it. The statement "sharedString = right(s,len(s) - start -1)" should read "sharedString = right(s,len(s) - start + 1)"
Re: MID function in <VBSTRING>
Right you are, I'll get that updated in the next few days.