Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I found some lisp they are able to modify block attribute, but I just want to a simple one can directly change couple attribute value in a block. The block name is "TITLE-A1"
I want change tag “DATE_A” value to “17/06/10”
This attribute tag name is unique in whole drawing, can I just simply use SETQ to do it? I tried
(setq DATE_A "17/06/10")
Doesn’t work, I search previous post, someone use “change-one-att”, but I don’t know how to use it.
Is anyone have any suggestion, thank for your help in advance.
Bin
Solved! Go to Solution.