It did work in a program I wrote last year in VB2003. I have a text file with two fields per line. I'm trying to make it so the comma doesn't print out in the text box. So, the purpose in this declaration is to have it know that the comma is the delimiter.
You could have used the String.ToCharArray method, but since the String.Split methods parameter is a ParramArray you can do this and only submit this one char:
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.