reading CSV text file
Stephen Barncard
stephenREVOLUTION at barncard.com
Sat Jun 23 01:19:34 EDT 2007
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
- - - - - - - - - - - -
More information about the use-livecode
mailing list