The introduction of .NET to VB required many changes in how VB worked: One of these changes was the removal of support for non-zero based arrays. Although .NET has a non-zero based single dimension ...
I have a file containing comma delimited strings that I've read into a string variable. I would like to be able to put this into an arraylist. Perhaps it would be easiest to read the comma separated ...