Sorting of layers

Hi there,
Just wondering if somehow the layers i work with (nrs.) can be sorted better.
Like AutoCAD once had this fixed some releases ago.
Thx!

Comments

  • ps
    This is the base code i'm using to work with layers, preloaded 1-15 / 250-255.
    I don't care about names really, just colornumbers and filenames..

    (defun c:1 (/ p1) (XYZ_laycmnd "1") (princ))
    If you like the idea.. Google "XYZ_laycmnd" for the rest. ;)

This discussion has been closed.