• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

selection of texts with search criteria

  • Thread starter Thread starter fberlinetta
  • Start date Start date

fberlinetta

Guest
hello to all:biggrin:,
It's just that I've been trying with autocad, and I'm not very practical with code lisp...

I have long been looking for a code that selects all texts automatically, having all the same layer; only that of these texts I have to select some by means of a criterion (e.g. all texts beginning with "accc")

the issue would be easier, but as mentioned before, all texts have the same layer, so even with quick select I have no chance. .

to take into account that I do not even know how a standard lisp code is, I ask your help in the hope of a solution.

I still thank those who can help me:
 
command: filter
object = text
layer = pip
value text = acc*

or assign this instruction to a button or a lisp command:
(sssetfirst nil (ssget "_x" ((0 . "text,mtext") (8 . "pippo") (1 . "accc*"))))
 
Wow, thank you so much for the filter command.. .
regarding the lisp command what should I do exactly?

I know, I'm really denied autocad...

:confused:
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top