I checked arround to see if there was a function to parse a valid CSV
string and return the result in a array?

procedure DecodeCSV(s: string; var a: array of string);

So a string like:
123, my name, "name, my", "just ""more"" text"

would return in an array:
[ '123' , 'my name' , 'name, my', 'just "more" text' ]

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to