I can't use LeeMac's Global Attribute Editor & extractor due to interface, what I need is replacement of command FIND in autocad
which .lsp is handy to do
like for example
Old string = L-782-LT-141-05-N23
New string = l-781-XX-141-03-U
but this Strings are in block attribute, using the other text change .LSP are not applicable when it comes block attribute value change
To clarify you want to change the TAG name this is part of the block definition use Bedit and it will change all blocks. FIND will change the attribute Value in all blocks.
Yes, Using FIND command in autocad can change the Attribute value in all blocks but im doing script and FIND command is not practical approach(got error)
Using Bedit will take more time, shifting from one dwg file to another one.
The scenario of my drawing composing of 20-30 sheet with different file name in example D-ELE-A300.dwg, D-ELE-A301.dwg, D-ELE-A302.dwg and so on.
In each drawing file, I have many Block Attribute that I want to change the Attribute value from L-782-LT-141-05-N23 into l-781-XX-141-03-U.
Ok here is a lisp to change a certain blocks attribute value in this case 3 attributes you can hard code the program if its always the same otherwise you can pass a varaible for both the new valus and the tag name, this can be done in a script. I would mhave thought Lee-macs attribute editor would do what you want though interface problem ? Ask Lee here nicely if you have problems running.