RE: How to sort hashkeys by numbersize??

2004-01-20 Thread Charles K. Clarkson
Bastian Angerstein <[EMAIL PROTECTED]> wrote: : : I got the following Problem: : : My hashkeys looks like "number:string" . : : For example "10530:fileparameter-sa1" : "10529:fileparameter-mv1" : "10531:fileparameter-tx4" : : (without the " signs...) : : I would like

Re: How to sort hashkeys by numbersize??

2004-01-20 Thread John W. Krahn
Bastian Angerstein wrote: > > I got the following Problem: > > My hashkeys looks like "number:string" . > > For example "10530:fileparameter-sa1" > "10529:fileparameter-mv1" > "10531:fileparameter-tx4" > > (without the " signs...) > > I would like to sort the hashke

Re: How to sort hashkeys by numbersize??

2004-01-20 Thread Owen Cook
On Tue, 20 Jan 2004, Bastian Angerstein wrote: > > I got the following Problem: > > My hashkeys looks like "number:string" . > > For example "10530:fileparameter-sa1" > "10529:fileparameter-mv1" > "10531:fileparameter-tx4" > > (without the " signs...) > > I would li

How to sort hashkeys by numbersize??

2004-01-20 Thread Bastian Angerstein
I got the following Problem: My hashkeys looks like "number:string" . For example "10530:fileparameter-sa1" "10529:fileparameter-mv1" "10531:fileparameter-tx4" (without the " signs...) I would like to sort the hashkeys by the number before the doublepoint. Any Idea