Parsing CSV File VIA Array? (Part II) - Found word(s) list error in the Text body

Dr. Hawkins dochawk at gmail.com
Sun Feb 9 20:54:05 EST 2014


On Sun, Feb 9, 2014 at 11:59 AM, Bob Sneidar <bobsneidar at iotecdigital.com>wrote:

> also, it may be useful to use the form:
>
> repeat for each line theLine in theData
>

and if there are multi-line entries in the csv data, it  may be worth
replacing the commas that are *real* delimiters with vtab, and then

set the linedelim to vtab
repeat for each line theDat in theData
   do something
end repeat


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list