Sure, try the arraylist.sort method or string.sort

Signature
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
-------------------------------------------------------------------------------
> does C# have any collection objects that support sort functionality so
> that
> I dont have to write my own sorting algorithm?
Otis Mukinfus - 08 Aug 2005 01:18 GMT
>Sure, try the arraylist.sort method or string.sort
And in the version 2.0 Framework you have List.Sort
Otis