Ordene List Entity Name

Ordene List Entity Name

Anonymous
Not applicable
197 Views
1 Reply
Message 1 of 2

Ordene List Entity Name

Anonymous
Not applicable
;;I have the following list:
(setq nono (list ))

;;And desire to do the following ordination:
(setq nono (vl-sort nono '<))

;;But he gives mistake:
; error: bad argument type for compare:

;;How do I do to order this list???


Thank's
Emanuel
0 Likes
198 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
You could get a list of the Ename handles, sort that, and convert back to
Enames.

wrote in message news:5573399@discussion.autodesk.com...
;;I have the following list:
(setq nono (list
name: 7ef97850>))

;;And desire to do the following ordination:
(setq nono (vl-sort nono '<))

;;But he gives mistake:
; error: bad argument type for compare:

;;How do I do to order this list???


Thank's
Emanuel
0 Likes