LISP to automatically select all the Mtext in drawing

LISP to automatically select all the Mtext in drawing

karpki
Advocate Advocate
1,350 Views
2 Replies
Message 1 of 3

LISP to automatically select all the Mtext in drawing

karpki
Advocate
Advocate

ACad 2020

Wasted whole day reading forums. No result. 

Have you met something like this ?

0 Likes
Accepted solutions (1)
1,351 Views
2 Replies
Replies (2)
Message 2 of 3

rkmcswain
Mentor
Mentor
Accepted solution

Try this:

(sssetfirst nil (ssget "_X" '((0 . "MTEXT"))))
R.K. McSwain     | CADpanacea | on twitter
0 Likes
Message 3 of 3

karpki
Advocate
Advocate

It works!

Superb!

Thanx a lot!

 

0 Likes