Autocad Version: 2009 This is a macro I wrote for Autocad and it works fine in versions through Autocad 2008. When I try to use it in Autocad 2009 the macro stops when it gets to: -INSERT;TAG-ATT;@;;;; and starts over at at the point where it asks for an insertion point for the donut. TAG-ATT is a block attribute drawing. Could someone please help and tell me why this macro will not insert the TAG-ATT block into the drawing in Autocad 2009? All drawings are in the search path.
ATTREQ is set to: 1
ATTDIA is set to: 0
*^C^C-LAYER;M;FS-ITEM;C;W;;;-INSERT;DONUT;\;;;LINE;@;\;-INSERT;*ELLIPSE;@;;;SELECT;L;;ID ENDP,QUI @ TRIM P ;ENDP,QUI @;;-INSERT;TAG-ATT;@;;;; |