That won't work; there's commas within the quotes. See my previous post.
Hi,
Not sure what you are asking? Do you want to know how to get rid off
the quote characters?
If so, just do this on the line that is read in:
replace quote with empty in myCSVLine
Then just break off all the fields using "," as the delimiter as in:
put item 1 of myCSVLine into myNameOfField1
put item 2 of myCSVLine into myNameOfField2
put item 3 of myCSVLine into myNameOfField3
Hope this helps
All the Best
Dave
--
stephen barncard
s a n f r a n c i s c o
- - - - - - - - - - - -
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution