Re: CFSCRIPT and loop index values in variables

2005-07-24 Thread Pete Ruckelshaus
Thanks Barney, that was it! ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

CFSCRIPT and loop index values in variables

2005-07-23 Thread Pete Ruckelshaus
I want to take a set of sequentially numbered form field names (typeid_1, typeid_2, typeid_3, typedetails_1, typedetails_2, typedetails_3, and so on) and loop through them to create a query object. I could do this the hard way (i.e. 7 nearly identical blocks of code), but I would prefer to do

Re: CFSCRIPT and loop index values in variables

2005-07-23 Thread Barney Boisvert
Close. You need form[typeid_#i#], not form.typeid_[i]. cheers, barneyb On 7/23/05, Pete Ruckelshaus [EMAIL PROTECTED] wrote: I want to take a set of sequentially numbered form field names (typeid_1, typeid_2, typeid_3, typedetails_1, typedetails_2, typedetails_3, and so on) and loop through

CFSCRIPT and loop index values in variables

2005-07-23 Thread HOFLee _
Or another way is form[typeid_ i] ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for