Sorting a two dimensional array in CF is quite a tricky task, I once wrote
an algorithm that did this it was rather obtuse. I don't where the code is,
it never was used because I let my database do some of the work.  If your
using a database, it's very likely that you can let the database do most of
the work here.  The people who make database engines are smart dudes, so I
have no problem with pushing the load to it db.

Let's get some more details of what you are doing, there is a good chance
you can do this more efficiently.

__________________________________________________
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/

-----Original Message-----
From: stephen holland chang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 9:48 PM
To: [EMAIL PROTECTED]
Subject: Sorting on data in an ARRAY


Hello

anyone know how ArraySort works? If i have  two dimensional array... is
there any way i can specify how the array is sorted based on the data in a
particular column?

thanks!
stephen

:::::::: stephen.holland.chang
:::::::: chief.technology.officer
:::::::: cardinal.communications
:::::::: http://www.cardinalweb.com/
:::::::: [EMAIL PROTECTED]
:::::::: [EMAIL PROTECTED]
:::::::: vox:  (510)647-1400 x.202

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to