[Gambas-user] How to make an array

T Lee Davidson t.lee.davidson at gmail.com
Wed May 6 23:36:51 CEST 2020


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


More information about the User mailing list