Quote Originally Posted by noahssite
It says index was out of range... Same message i got on my own code.
That means i cant just right .....New ArrayList() i need to add something in between the ()? or what?
What line does the error come on? You don't need any parameters to declare an arraylist

Quote Originally Posted by noahssite
What do you mean by:



I declared it as a ArrayList...
As kleinma said, why are you using an ArrayList when you simply want to add a bunch of strings to it? A List(Of String) would be much more efficient.