- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My firm has been using AutoCAD LT 2012 but a few stations are moving to the full version of AutoCAD 2017/2018 so we are trying to move all of the custom features from LT2012 to CAD2017/18. We have several blocks that we have made macros for so that we can insert them and they are automatically scaled based on the scale we have the drawing set at. To set this scale we have another macro that uses SETENV to create a variable and set the value based on the scale (1/8"=1, 1/4"=0.5, 1/2"=0.25, etc.). The blocks that are created are created so that in a 1/8"=1' drawing, they do not have to be scaled. This allows us to have the block insertion macro to scale all the blocks by the value we saved in that previous variable. (Hopefully all that makes sense).
The problem we have now is that it looks like SETENV and GETENV are no longer valid commands in AutoCAD. Is there a similar command that I could use?
Solved! Go to Solution.