Message 1 of 3

Not applicable
07-17-2017
03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
May I ask, how come the script provided below is not working on AutoCAD 2016 when I am trying to edit the attributes on a block?
(load "EditAtts")
(EditAtts "PSA_TBLOCK" "Deg.No.." "")
(EditAtts "PSA_TBLOCK" "Line 1" "")
(EditAtts "PSA_TBLOCK" "Line 2" "")
(EditAtts "PSA_TBLOCK" "Line 3" "")
ZOOM
EXTENTS
qSAVE
The last time I used this was on AutoCAD 2013 or 2014 (a year ago).
Thank you,
Solved! Go to Solution.