Anonymous
public text v1 · immutable Do While Not myCSVReader.EndOfStream
lineCount = lineCount + 1
myFieldInput = Split(myCSVReader.ReadLine, ",")
For x as Integer 0 To myFieldInput.Length-1
relicGenerator(lineCount, x) = myFieldInput(x)
Next x