CFLOOP issues

2002-11-22 Thread Cutter (CF_Talk)
*** Sorry if this is repost, still having mail server/client issues *** Something new for me within CF so any help is greatly appreciated. I'm trying to loop through a number of form fields (form.strImage1, form.strImage2, form.strImage3, form.strImage4), do some checking, set some variables.

Re: CFLOOP issues

2002-11-22 Thread Jochem van Dieten
Cutter (CF_Talk) wrote: cfloop index=i from=1 to=4 cfset variables.imagefield = evaluate(form.strImage#i#New) cfif isdefined(form.strImage#i#New) cfif len(variables.imagefield) * * More processing stuff here

RE: CFLOOP issues

2002-11-22 Thread Bryan Love
(CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:51 AM To: CF-Talk Subject: CFLOOP issues *** Sorry if this is repost, still having mail server/client issues *** Something new for me within CF so any help is greatly appreciated. I'm trying to loop through a number of form