I'm having an issue with the cfloop only looping once. Here's a sudo code of whats going on:
<cfloop query="table"> <cfloop from="1" to="4" index="listValue"> <!--- looping over an array then resetting a value of a veriable ---> </cfloop </cfloop> Using a CFdump it appears that the inner loop is only running once, while the outter loop is outputting 20-30 different pieces of data (expected). How can I fix? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342528 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

