Message 1 of 3
filter multiple entity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys
is this code possible?
(setq ss (ssget)) (cond ((= ss "Text")(command "_.chprop" ss "" "_layer" "Text" "")) ((= ss "Mtext")(command "_.chprop" ss "" "_layer" "Mtext" "")) ((= ss "Circle")(command "_.chprop" ss "" "_layer" "Circle" "")) ((= ss "Line")(command "_.chprop" ss "" "_layer" "Line" "")) )