avinash00002002
2006-03-27, 09:31 AM
I have a nos of parameters in list mode like (1 10 11 12 112.1 112.2 113 115 15 16 17 18 19 20 23 45 2 23 32 4 120 140 )
I want to sort it by alphabetical wise like....
(1 2 4 10 11 12 15 16 17 18 19 20 23 32 45 112.1 112.2 113 115 120 140)
and
(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ........ 10000000)
I am using (vl-sort a '<) function in autoLISP
Can anybody give me a real command
pixlepark96@sancharnet.in
I want to sort it by alphabetical wise like....
(1 2 4 10 11 12 15 16 17 18 19 20 23 32 45 112.1 112.2 113 115 120 140)
and
(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ........ 10000000)
I am using (vl-sort a '<) function in autoLISP
Can anybody give me a real command
pixlepark96@sancharnet.in