Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
No more response from Autocad when using this little piece of code.
For my part, I think that the MTEXT editor is not managed by the CDMACTIVE variable.
How to circumvent this problem while preserving the principle?
Be careful before using this piece of code, you will have to kill the task.
((lambda ( / )
(command "_.mtext")
(while (not (zerop (getvar "CMDACTIVE")))
(command pause)
)
))
Solved! Go to Solution.