| Subject: | Re: Looping Problem |
|---|---|
| From: | "SamNUK" |
| Date: | Wed, 12 Dec 2007 21:38:51 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.cfml_general_discussion |
you could use evaluate()
example:
<cfset answers=ArrayNew(2)>
<cfloop from="1" to="232" index="counter" step="1" >
<cfset word = evaluate("FORM.RadioGroup" & counter)>
<cfset answers[1][counter] = #word#>
<cfoutput>#answers[1][counter]#</cfoutput><br />
</cfloop>
I think that will work
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Newbie help with data export, Ian Skinner |
|---|---|
| Next by Date: | Re: isQuery - how to get rid of quotes?, ironyx |
| Previous by Thread: | Re: Looping Problem, Mothersbaugh |
| Next by Thread: | Re: Looping Problem, Stressed_Simon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |