repeat with

Ken Ray kray at sonsothunder.com
Fri Jan 13 15:32:09 EST 2006


On 1/13/06 9:24 AM, "liamlambert" <liamlambert at mac.com> wrote:

> There is still a problem with this I tried the text of field tField
> but no luck
>

> put  
> "name1,phone,child,adult,total,credit,paymenttype,address,address1,addre
> ss2,email,seatNo,ticket,showID" into tFieldNames
> repeat for each item tField in tFieldNames
>    put "'" & cleanSQL(field tField) & "'" & "," after tRowData
> end repeat

Do you set the itemDelimiter anywhere in the script prior to getting to this
place? If so, the "repeat for each item" won't work because the delimiter is
different.

Can you post the whole script so one of us can figure it out?


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com




More information about the use-livecode mailing list