Something *roughly* along these lines would do I think.
Although I *believe* there is a ListSort function in 4.5?
Can anyone confirm? I only have 4.01

<cfset MyList = ListToArray(MyArray, ",")>
<cfset temp = ArraySort(MyArray, "text")>
<cfset MyList = ArrayToList(MyArray)>

This is straight off the top of my head, so may need changing a little ;)

Brian

----- Original Message -----
From: "Pecora, James" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 27, 2000 5:52 PM
Subject: Ordering a list


> Any way to order a list easily???
>
> Say I have a LIST and I want it alphabetized?
>
> I am looping thry the list and would like to have some contro over the
> display order...
>
> thanks
> --------------------------------------------------------------------------
----
> 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