> If you only want to use the file from ColdFusion then wddx is > probably simpler, but if you want to read the file in any other way, a nested > list might be better.
That would be me being lazy then ;o) However, I always seem to get stuck with CF and lists - when dealing with strings, and people (or developers) actually using which-ever character I use as a delimiter in my list, and making things go 'boom' But yes - all depends on the circumstances and applications. I would go with the WDDX file, and doing some sort of conversion dependent on what external program you were using. - That way you can ensure that there is proper character escaping if required. Of course, if you are just dealing with numbers, then lists work very well as well. Mark (Who uses too many words to just write 'it depends') :o) ----------------------------------- [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [www.safefrombees.com] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
