Layer Set by Pick Lisp

Looking for a quick way to set a layer active? Why not pick an object that already exists on that layer! The following lisp code does just that!

(defun c:ls ()

It is very important for a man to buy viagra in bulk get erection in a normal way and also kamagra 100mg tablets UK are FDA approved medicine which has passed 3000+ tests to prove they work. However, an anxiety disorder is not normal, as it can hurt most men when they are being buy pill viagra found in other diseases. IT companies, especially pose a lot of stressful work on the employees and expect them to work beyond their ability. click this pharmacy store levitra cost No subject what you endure; don’t consent to your perplexity or ailment triumph cheap viagra online your life. (while (not e) (setq e (entsel))) ;get layer of item picked

(setq lyr (cdr (assoc 8 (entget (car e)))))

(command “-LAYER” “set” lyr “”) (setq e nil)

)