| Subject: | Re: Looping Problem |
|---|---|
| From: | "Stressed_Simon" |
| Date: | Wed, 12 Dec 2007 23:02:22 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.cfml_general_discussion |
Just use array notation:- <cfset answers=ArrayNew(2)> <cfloop from="1" to="232" index="counter" step="1" > <cfset word = FORM[RadioGroup" & counter]> <cfset answers[1][counter] = word> <cfoutput>#answers[1][counter]#</cfoutput><br /> </cfloop> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: submit vs button validation conflict, trojnfn |
|---|---|
| Next by Date: | Re: Arrrgggh! cfdocument font bug?, Coos |
| Previous by Thread: | Re: Looping Problem, SamNUK |
| Next by Thread: | Re: Looping Problem, Mothersbaugh |
| Indexes: | [Date] [Thread] [Top] [All Lists] |