(defun C:D1() (setq a (ssget "x" '((-4 . "")))) (command "erase" a "") (princ) )