All pastes #2090692 Raw Edit

Anonymous

public text v1 · immutable
#2090692 ·published 2011-10-17 06:12 UTC
rendered paste body
        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