Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello every one
i need to select all the text or mtext in the DWG that in the layer name "Tube Length" and the text or mtext contain string "Tube,L="
i've made the code but it gives me error
(ssget "X"
'( '(0 . "TEXT,MTEXT")
'(8 . "tube length")
'(1 . "*Tube,L=*")
);List
);ssget
can someone tell what's the error here ??
thanks in advance
can someone tell what's the error here ??
thanks in advance
Solved! Go to Solution.