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
The most obvious thing is that the cfset... should be inside the cfif... you should also use form[strImage#i#New] instead of evaluate. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst