(defun c:test (/T1 AUSWAHL) ;;; Absperrarmaturen Text (setq AUSWAHL (ssget "X" '((0 . "TEXT") (8 . "M_WA_ABSPERR") (62 . 250) ) ) ) (setq T1 "M_WA_ABSPERR") (command "ändern" AUSWAHL "" "ei" "la" T1 "fa" "vonlayer" "") ) (princ "\nType to start")