I got this array

<CFSET temp = ArrayNew(1)>
<CFSET temp[1][1] = "5/1/2011">
<CFSET temp[1][2] = "Sally">
<CFSET temp[2][1] = "3/4/2011">
<CFSET temp[2][2] = "John">

How do I sort this array so that the John on 3/4/2011 is first in the array? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to