<cfloop index="i" from="1" to="6" step="1">
#FORM["var" & i]#
</cfloop>

-----Original Message-----
From: Scott Wilhelm [mailto:[EMAIL PROTECTED]
Sent: dinsdag 7 oktober 2003 15:08
To: CF-Talk
Subject: Dynamic FORM.variables

How would I create a dynamic FORM.variable?

I am trying to call a series of variables from a form that are created
through a loop, but I'm not sure how to write them out...

Would it be something like this:  

<cfloop index="i" from="1" to="6" step="1">
#FORM.var & index#
</cfloop>



[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to