Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm looking for a LISP to sort the layouts in numerical order, for example:
8, 5, 22, 13, 16, 150, 3, 1, 24.
It should end up as:
1, 3, 5, 8, 13, 16, 22, 24, 150.
Thanks!
Solved! Go to Solution.