<cfloop index="i" from="0" to="20">
  sidewalls_Quantity[#i#]=[<cfloop index="x" from="0"
to="#i#">"#x#|#x#", </cfloop>]<br />
</cfloop>

is close.
but put the comma at end

sidewalls_Quantity[0]=["0|0", ]
sidewalls_Quantity[1]=["0|0", "1|1", ]
sidewalls_Quantity[2]=["0|0", "1|1", "2|2", ]
sidewalls_Quantity[3]=["0|0", "1|1", "2|2", "3|3", ]
sidewalls_Quantity[4]=["0|0", "1|1", "2|2", "3|3", "4|4", ]
sidewalls_Quantity[5]=["0|0", "1|1", "2|2", "3|3", "4|4", "5|5"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322495
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to