rayaz Posted April 25, 2018 Posted April 25, 2018 Hello, I'm new to the forum, I would like to ask you for help. I want to add "purge all" command to my lisp. How can I do it ? There is my LISP (defun c:BTR() (command "-layer" "ON" "*" "" "" ) (command "clayer" "0" "") (command "zoom" "e") (command "_qsave") Quote
ronjonp Posted April 25, 2018 Posted April 25, 2018 Try this: (command "_.purge" "_all" "*" "_no") Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.