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.

Normally for a nested list in a text file I use chr(13) as the outer list delimiter, so you end up with common log file format in the text file which can be useful.

Spike

Mark M wrote:
Create a nested list

value1, value2, value3| value1,value2| value1,value2

You can then loop over the outer list by specifiying '|' as the 
delimiter, and loop over the inner list using ',' as the delimiter.

Spike
    

Why not just use WDDX and save yourself the hassle?

Mark

-----------------------------------
[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/


  
---
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/

Reply via email to