
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I am trying to create a macro that will allow me to increase the number of an mtext by 1 per every insertion. I am hoping to somehow attach this "auto-numbering" feature with a block. A few notes:
1) I am aware a tcount command exists, but I am using AutoCAD LT 2013. From my understanding, this is only available in 2014 and up.
2) As of now, I am struggling with the following macro.
*^C^C_- insert;label;\;;$M=$(getvar,A#0);A#0;$M=$(+,$(getvar,A#0),1);
For some reason when I activate the command, AutoCAD cannot respond and shuts down. I am hoping to create the following chain:
A#0, A#1, A#2, etc. Any thoughts?
Any help would be great!
Thanks!
Philip
Solved! Go to Solution.