Friday, February 13, 2009

Close the current drawing without saving changes

I got a question by email on how to close an AutoCAD drawing without saving and without issuing any question to save changes.

Here’s my tip using AutoLISP. Just checking dbmod and if needed call Yes to discard all changes. This can be added to a toolbar as a macro or a command can be created based on it.

(command "_.close")
(if (not (equal 0 (getvar "dbmod"))) (command "_y"))

No comments:

Post a Comment

Subscribe to the comments feed

Some of the latest blog posts

Subscribe to RSS headline updates from:
Powered by FeedBurner

Contact Us | About JTB World | Subscribe to this blog
JTB World's website | Website General Terms of Use | Privacy Policy
^ Top of page

© 2004- JTB World. All rights reserved.