My next goal is to save this two in an list(of string)with indices zero and one as i iterate through the cvs file.
This is the code:
Code:
Public Function InitializeBuyerKeys()
Dim BuyerList(2) As List(Of String)
Dim sr As StreamReader = New StreamReader("C:\Users\Harrison pc\Documents\harrison\BuyersKeyList.csv")
Dim strLine
Leave a comment: