Page 1 of 1

MID function in <VBSTRING>

Posted: Wed Dec 04, 2013 10:44 pm
by w0ivj
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>

Posted: Thu Dec 05, 2013 3:47 pm
by basicchip
Right you are, I'll get that updated in the next few days.