Select Multiple Text Value

Select Multiple Text Value

aidilfitriansyahhV7KXB
Contributor Contributor
4,286 Views
4 Replies
Message 1 of 5

Select Multiple Text Value

aidilfitriansyahhV7KXB
Contributor
Contributor

Hi All,

aidilfitriansyahhV7KXB_0-1614827487813.png

I have huge numbers of text. I want to select multiple selections based on its value. How to select multiple value of text at once? For example I want to select "AAA" dan "AAC" at same times.

aidilfitriansyahhV7KXB_1-1614827652514.png

Tried to use this but not working. Thanks

 

0 Likes
Accepted solutions (1)
4,287 Views
4 Replies
Replies (4)
Message 2 of 5

Kent1Cooper
Consultant
Consultant
Accepted solution

This at the Command line should find those [untested -- not at a computer with AutoCAD at the moment], and select/highlight/grip all those in the current space:

 

(sssetfirst nil (ssget "_X" '((1 . "AAA,AAC"))))

 

You can put as many strings together with comma separators as you want.  And there are various wildcards that can tailor what you're looking for -- read about them in Help for the (wcmatch) AutoLisp function.

Kent Cooper, AIA
0 Likes
Message 3 of 5

imadHabash
Mentor
Mentor

Hi,

Click on below image to see how with QSELECT command and Wild-Card Characters >> Click << you can select multiple text value . 

 

Qse.gif

Imad Habash

EESignature

0 Likes
Message 4 of 5

aidilfitriansyahhV7KXB
Contributor
Contributor
Hi, Thank you! this is exactly what I want!
0 Likes
Message 5 of 5

ВeekeeCZ
Consultant
Consultant

This setting of FILTER works.

Z9E3zK5E_0-1614850170841.png

 

Or simpler:

Z9E3zK5E_1-1614850208209.png

 

 

But there one more option yet unmentioned which I do like most if comes to text value searching. The FIND command:

Z9E3zK5E_2-1614850429163.png