Hi,
I'd like to evaluate in a CFLOOP 3 fields named
field1 field2 field3 from a cfform.
I'd like to create dynamically the name of a variable.
What's wrong with the following code :
<cfloop index="i" from="1" to="3">
<cfif #form.field#i# is not "">
<cfoutput> OK <cfoutput>
</cfif>
</cfloop>
THANKS
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.