On Sun, Feb 9, 2014 at 11:59 AM, Bob Sneidar <[email protected]>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
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to