Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to make a lisp to erase all text wich color isn't bylayer, but it doesn't seem to work.
Can someone help me with this?
Thanks in advance!
(command
"_.erase"
(ssget "_X" '((0 . "TEXT,MTEXT") (-4 . "<not")(cons 62. "256")(-4 . "not>")))
)
(if (> (getvar 'cmdactive) 0)
(command "")
)
Solved! Go to Solution.