I checked arround to see if there was a function to parse a valid CSV string and return the result in a array?
Try to look at TjanSQL component which has been ported to Lazarus on FPC Contributed Units section. This component is a CSV database engine with SQL support. It's also available TSDSDataSet component on Lazarus, but it has no SQL support. I don't know whether those components can handle such problem or not. But, it could be a good start for you. If it can't handle the problem, I'd like to fix the code, especially the TjanSQL component. :)
-Bee- has Bee.ography at http://beeography.wordpress.com _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
