If its just numbers, then its not hard to write a parser using the list functions. You've got a list delimited by <new line>, each element being a list delimited by <,> You just have to loop over them and do something with it.
It will be prone to breaking, the csv format as exported by excel can be a bit more complicated, escaped commas, speech marks etc. Jon. --- 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/
