What line does the error come on? You don't need any parameters to declare an arraylistOriginally Posted by noahssite
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.Originally Posted by noahssite




Reply With Quote