(defun c:DrawOrderX (/ ss) (princ "\nSelect object to bring forward") (if (setq ss (ssget '((-4 . "")))) (command "copy" ss "" "0,0" "0,0" "erase" "p" "") ) (princ) )