two options
1. redim your array to the number of elements you have and then you'll only have the first 2 entrys.
2. strip your string, mystring = left(mystring,len(mystring)-x)
where x is the number of trailing ,'s [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.