Using CsvFile.Fields

New to Gambas? Post your questions here. No question is too silly or too simple.
User avatar
BruceSteers
Posts: 1580
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: Using CsvFile.Fields

Post by BruceSteers »

Your welcome.

Note: there was a bug in the fixed file i uploaded because i gave it a different name.

Commands like CsvFileFix.Open() returned a CsvFile object not a CsvFileFix object because i did not replace all the "CsvFile" text in the class to be "CsvFileFix"

So i re-uploaded the fixed version , but if you rename the class file you must change all the words in the class from "CsvFileFix" to whatever you name it.
If at first you don't succeed , try doing something differently.
BruceS
Post Reply