Answered
Looping dynamic variables
Hi
I have the following...
<Cfloop from 1 to 100 index i>
<cfif isDefined ('FORM.JACKET#i#')>
<cfset jacketsize = #FORM.JACKET#i##>
</cfif>
</cfloop>
I need to know how to get the correct value from #FORM.JACKET#i##
Can anybody assist?
thank you
Delon
