> 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...

You might consider converting it to an array using the ListToArray function,
sorting it with the Sort function, then converting it back into a list with
ArrayToList.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
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