Message 1 of 7
undo Mark and Back not working.!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am generating multiple drawings using while loop in autolisp. I want to generate drawing , save it with different name and undo everything then again add next drawing and save it. But there is problem while undo everything in drawing. I used (command "_.UNDO" "_Mark") and (command "_.UNDO" "_Back") commands to undo upto undomark but it is not working. I am attaching my lisp file here. Is there any solution to resolve my problem?