jamesfui Posted February 21, 2013 Posted February 21, 2013 some example of 'specified condition' need are; - hide all EXCEPT text entity of only integer number with only 10 digits - hide all EXCEPT text entity of only alphabet letters with only 10 letters - etc thanks in advance! Quote
David Bethel Posted February 21, 2013 Posted February 21, 2013 Maybe a strating point: (setq ss (ssget "X" (list (cons 0 "TEXT") (cons -4 "<OR") (cons 1 "##########") (cons 1 "@@@@@@@@@@) (cons -4 "OR>)))) Totally untested -David Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.