On Fri, Sep 26, 2008 at 12:52 PM, C S <[EMAIL PROTECTED]> wrote: > >using your code on CF8 (8,0,0,176276), i get the structs returned in the > >same order (alpha by key name) each time. neither arbitrary nor random. > > With 8,0,1,195765 I get a different order each time. Unless I drop the > argument names. > > <cfset doStuff( 'first' , 'second' , 'third' ) /> >
That's pretty funky (the difference in behavior between hotfixes). Altho i don't believe structs are inherently meant to be 'ordered'. I suppose you could maintain that same behavior between fixes by doing an arraySort() on a structKeyArray() none of which really addresses the original poster's concern, however :\ -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:313148 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

