April 22, 2002
Hi all,
I need a code that sort an alphabet list?
for example , list has a, b, c(0), d, c(1) and sorted as a,b,c(0),c(1),d

Best Regards

--
Ahmed Samir Ossman
Computer Engineer


April 22, 2002
take a look at 'qsort'
Jan


Ahmed ossman wrote:

> Hi all,
> I need a code that sort an alphabet list?
> for example , list has a, b, c(0), d, c(1) and sorted as a,b,c(0),c(1),d
>
> Best Regards
>
> --
> Ahmed Samir Ossman
> Computer Engineer