Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a lisp routine (c2textlyr) that turns the last object made to be on the text layer for that particular trade based on the current layer. It works good by itself, or after a batch of commands and is preloaded within the acaddoc.lsp. I am having issues running it after for the Mleader command that is a standard toolbar pick. I want to run c2textlyr right after the mleader, but the mleader command doesn't finish before my LISP command takes over. I have tried using various pauses within, but cant get it to work. Should be simple for a pro I would think, which I am not. 🙂
^C^C_mleader, c2textlyr
Any help is appreciated.
Solved! Go to Solution.