>That's pretty funky (the difference in behavior between hotfixes).  Altho i
>don't believe structs are inherently meant to be 'ordered'. 

Yes, that is my understanding too.  Interesting that it does seem to return the 
correct order if you do not use named arguments. 

<cffunction name="doStuff" returntype="void">
        <cfloop from="1" to="#arrayLen(arguments)#" index="x">
                <cfdump var="argument[#x#] = #arguments[x]#" /><br />
        </cfloop>
</cffunction> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313152
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