Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This LISP,
It can only select one object.
I hope it can select multiple objects
(defun c:Erase-All-R ()
(command "_.ERASE" "_ALL" "_R")
(princ "\nPlease select objects and press Enter.")
(command pause )
(command "")
(princ)
)
Solved! Go to Solution.