I just ended up writing a bubble sort for 2 dimensional arrays that did the job :)
> -----Original Message----- > From: Teddy Payne [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 3:33 PM > To: CF-Talk > Subject: Re: Multi-Dimensional Array sorting > > Loathe, > Have you checked www.cflib.org? I believe I remember a UDF that has > multi-dimensional sorting. > > Teddy > > On 9/22/06, loathe <[EMAIL PROTECTED]> wrote: > > > > I have a 2 dimensional array. > > > > Basically: > > > > array[1][1] = Tim > > array[1][2] = Timothy > > array[2][1] = Chuck > > array[2][2] = Charlie > > > > I need to alphabetically sort based on the first member, anyone have a > > script that can do this or should I just write a udf to do it? > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253903 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

