Here try this.  Notice the cfset in the cffunction.

<cffunction name="doStuff">
        <cfset ArraySort(StructKeyArray(Arguments), "textnocase",
"desc") />
        <cfdump var="#Arguments#" label="Arguments"/>
        <cfdump var="#StructKeyList(Arguments)#"/><br />
        <cfdump var="#ArrayToList(Arguments)#"/><br /><br />
</cffunction>

<cfset doStuff( a:'first' , b:'second' , c:'third' ) />
<cfset doStuff( z:'first' , y:'second' , x:'third' ) />
<cfset doStuff( a:'first' , b:'second' , x:'third' , y:'fourth' ) />
<cfset doStuff( b:'first' , d:'second' , f:'third' ) /> 


-Chuck

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:313147
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to