I use the handy "Hurricane Wizard" for the LOG_TEXT.LSP script a lot.
(LOAD "Z:/HURRICANE/LISP/LOG_TEXT.LSP")
;-------------
LOG_TEXT
*SEARCH TEXT*
ALL
Z:/HURRICANE/DATA/OUTPUT.TXT
;-------------
I would like to be able to search for text within a block, and within a particular attribute tag, (attribute name).
For Example:
Hurricane's Title block wizard, (another handy tool), can find a block, find the attribute name, and then modify that line of text.
(LOAD "Z:/HURRICANE/LISP/TB_WIZ1.LSP")
;-------------
TB_WIZ1
BockName
AttributeName
ReplacementText
REGEN
;-------------
Now...just to describe my crazy thoughts...I have merged the prompts...I wish writing a LSP was this easy
((LOAD "Z:/HURRICANE/LISP/LOG_ATT.LSP")
;-------------
LOG_ATT
BockName
AttributeName
*SEARCH TEXT*
Z:/HURRICANE/DATA/OUTPUT.TXT
REGEN
;-------------
Anyone familiar with the "search and log" knows that Z:/HURRICANE/DATA/OUTPUT.TXT will become my queued list of files, via Hurricane's .txt "FILE LIST" feature.
If anyone knows of a LSP or VBA that does this... Please post a reply.
I would implement such a LSP/VBA as a "pre" script. This wonderful script would actually create my massive "FILE LISTS" for me AND!!! Since I would use a unique name in lieu of OUTPUT.TXT, I will immediately know which script needs to be run on the "FILELIST".
Is there anyone else out there that isn't always sure which attribute should be updated in a particular block Do you find yourself opening up drawings and looking at them in order to determine a attribute value
If so, would this be a tool that would help you
Or, have you already found or created this tool and are willing to share