Rich, Here is what I came up with:
http://www.bennadel.com/blog/387-Sorting-ColdFusion-Arrays-With-Sortable -Interfaces.htm - Or (shorter URL) - http://bennadel.com/index.cfm?dax=blog:387.view What you have to do is start with the base component AbstractSortable.cfc and just extend it with your own component that will mostly likely have only one method in it. The code is a bit hard to read, I suggest using the "Launch code in new window" link provided at the top of every code block. Take a look and let me know if you have any questions. I think this is going to be the most flexible solution to your problem. ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 5:08 PM To: CF-Talk Subject: Re: sort algorithm thanks ben, i would appreciate any help at all as i am really stuck :( thanks again, really appreciate 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:259416 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

