On 1/13/06 9:24 AM, "liamlambert" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] _______________________________________________ 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
