broncos15 Posted November 30, 2015 Posted November 30, 2015 That would make total sense and I assure you I gave it some thought, lol, I promise However, I have the command piggybacking with our plot command because most users tend to forget to change their initials so I took the liberty to do it programmatically. Its fine though really no big deal I was just curious.I know this is a silly fix, but the user could just open the drawing as a read only if they just want to plot it. To speed it up a bit, you could have it not run in your plot lisp routine if drawing is read only by checking if writestat is 0 (which is read only). You could also do it by checking the dbmod variable and if nothing is modified, then don't run the initial changing lisp. 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.