Robert Sheffield Posted August 15, 2008 Posted August 15, 2008 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 the macro stops when it gets to: -INSERT;TAG-ATT;@;;;;. 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 *^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;@;;;; Quote
Strix Posted August 17, 2008 Posted August 17, 2008 is it the path for the file that's the problem? is 2009 looking in a directory of it's own whilst the file is in a previous edition? Quote
Robert Sheffield Posted August 17, 2008 Author Posted August 17, 2008 That is not the problem. I wish that was all it was Quote
hendie Posted August 17, 2008 Posted August 17, 2008 have you checked that the prompt sequence hasn't changed between versions ? Quote
CarlB Posted August 17, 2008 Posted August 17, 2008 Are applicable system variables set the same as previously- ATTDIA and ATTREQ? Quote
Robert Sheffield Posted August 18, 2008 Author Posted August 18, 2008 Attdia Set To 0 Attreq Set To 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.