What is the correct syntax to be used when looping over a struct?  It
shouldn't matter if I'm treating the struct as an associative array, should
it?  The syntax from the CF 4.01 docs show the first method.

1. <cfloop item="agentid" collection=agents>
2. <cfloop item="agentid" collection="agents">
3. <cfloop item="agentid" collection="#agents#">

Thanks,
Jim

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to