Ok i am making a project in ASP.Net. For this part of the code, all i want to do is read in a CSV text file into a dynamic array. Now it used to work, but now i dunno why it doesnt.
Dim stemp As String
Dim atemp() As String
Dim forename, surname, form, year, username, password As...