Hi there,
here a thing I want the do with LISP:
I want to change multiple Objects with different Layers, that each Layer change to a different Layer.
Example:
Select entities with
(ssget "_:L" '((8 . "Layername1, Layername2, etc")))
Now change Layer:
Layername1 → 1_Laye...