http://www.cflib.org/udf/ArraySort2D
=] On Mon, Oct 17, 2011 at 2:45 PM, Rick T <[email protected]> wrote: > > 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:348197 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

