On 5/6/20 9:39 AM, Charlie Ogier wrote:
> Dim sData as String = Split(File.Load("MyFile.csv"), gb.NewLine, Chr(34), True, True)
Just for clarity, shouldn't that be:
Dim sData as String[] = Split(File.Load("MyFile.csv"), gb.NewLine, Chr(34), True, True)
I didn't look at the program to see if it's the same there.
--
Lee