I have a page with X number of check boxes on it.
I have a query which generates these check boxes.
The query also returns the min and max value of the ID for those check boxes.
Basically creating
r_23
r_24
r_25
r_26
... and so forth.
I'm trying to loop over these fields to check to see if none are checked.
for(i=<cfoutput>#sweeps.minval#</cfoutput>;i <
<cfoutput>#sweeps.maxval#</cfoutput>; i++)
{

}

In the above scenerio the for loop would translate to
for(i=23;i<=26;i++)

How do I check to see if r_i is checked.. 



-- 
Auxilium meum a Domino

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184447
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to