AutoCAD LT
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Macro Help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Would someone be able to tell me why this won't work in LT 2013?
*^C^C_select;auto;\_copy;p;;0,0;0,0;_rotate;p;;_ce
It used to copy and rotate more than once.
I think the first p should be a d, but not sure about the rest.
TIA
Simon.
Solved! Go to Solution.
Re: Macro Help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Waht is your PICKADD system variable set at? Initial value is 2 which screws up the SECECT command portion of your macro. If PICKADD is set to 2 change to 0 or 1. See the following link for more information on the PICKADD variable.
Re: Macro Help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Perfect, thank you!!!!
I set it to 1 and it's fine now.
Re: Macro Help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for following up on the answer. That will help others to find a solution to this issue as well.
Something to keep in mind: Not all Variables will be set the same and/or Migrate properly when moving from one version to another. Often the previously used Macro or Drafting technique or whatever is the result of a Variable that was 1, 2, or 4271 and just needs to be set for the new Version. And being creatures of habit we just knew that it worked then and not now so it must be something wrong with the program and that Autodesk stinks when we simply forgot what we had setup two or three years ago.
CSHADEDESIGN|AUTOCAD LT|LT-KB|DYNAMIC BLOCKS
Please mark Accept as Solution if your question is answered. Kudos gladly accepted. ⇘

