Message 1 of 2
mleader macro help

Not applicable
08-04-2015
01:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use a macro for mleaders, however AutoCAD is not returning the original layer. Can anyone tell me why? Here is the macro:
^C^C(setq current-layer (getvar "clayer"));-LAYER;M;G-TEXT;C;7;;;mleader \_TT;_INS;\\^C^C(setvar "CLAYER" current-layer)