MID function in <VBSTRING>

Questions about the BASICtools and MakeItC
Post Reply
w0ivj
Posts: 10
Joined: Sat Nov 09, 2013 2:43 pm

MID function in <VBSTRING>

Post 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)"



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: MID function in <VBSTRING>

Post by basicchip »

Right you are, I'll get that updated in the next few days.

Post Reply