can't copy/output results from a FIND list

can't copy/output results from a FIND list

barry2104
Collaborator Collaborator
4,388 Views
7 Replies
Message 1 of 8

can't copy/output results from a FIND list

barry2104
Collaborator
Collaborator

I do a search (FIND) for a text string in my .dwg and get 142 hits. These are not automatically sorted alphabetically - I find that for searches containing lots of hits, the alphabetically reorder function ceases to work. Any workarounds?

 

Also (main problem) is that AutoCAD won't let me COPY out the results from my search... I'd like to copy the hits from this list into a .txt or .xls file but CTRL+C won't work and there's no right-click options

 

 any help? Perhaps a lisp can do this for me? (should work on text, mtext, blocks, attributes, dimensions, etc...

Running AutoCAD Architecture 2020, in German
0 Likes
4,389 Views
7 Replies
Replies (7)
Message 2 of 8

ВeekeeCZ
Consultant
Consultant
FIND command let you create a selection set. That's all you need. You can use DATAEXTACTION or anything...
0 Likes
Message 3 of 8

barry2104
Collaborator
Collaborator

I was hoping to avoid having to use dataextraction because the text I'm looking for is embedded into many (differently named/structured) Blocks as Attribute-text.

Is there no way to simply output / read out the text-values of such blocks as a list (other than via dataextract)?

Running AutoCAD Architecture 2020, in German
0 Likes
Message 4 of 8

ВeekeeCZ
Consultant
Consultant
Maybe try this Lee's routine... (I did not)
http://www.lee-mac.com/bfind.html
0 Likes
Message 5 of 8

barry2104
Collaborator
Collaborator

this is a great lisp, but unfortunately does not seem to work for exactly my needs.

I wish to pre-select e.g. 50 text fields (from a total of 400) and have only these 50 output to excel.

 

If that BFIND Lisp could extend an extra drop-down option under "Options / where to search" to have also "selected objects" clickable, then it would suffice for my needs.

 

As a work around, I will have to copy these 50 text fields out of my plan, copy them into an empty drawing, and then run the lisp again.

...and will have to do this for each of the 13 groups of text...

 

works nicer than _dataextraction though!

Running AutoCAD Architecture 2020, in German
0 Likes
Message 6 of 8

Anonymous
Not applicable

use filter to find text value, and than convert that text in attribute definition using TXT2ATT.lisp. and than make it block and extract attribute in express tool in blocks. than u can save your all text data in text file.

 

remember to 'accept as solution' if this helped

0 Likes
Message 7 of 8

steve.peyton
Enthusiast
Enthusiast

I used to use a lisp called BF FIND.

I can no longer locate it but if worked perfectly.

0 Likes
Message 8 of 8

Anonymous
Not applicable

how it works? it cannot show the list result which where to copy the results text.

0 Likes