Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have lines and polylines in two different colors (150 and 200) in the same layer, layer W for now.
I would like to move all color 150 lines and polylines to layer Y and the color 200 to layer Z.
I know that I need to use something like this:
(setq ss (ssget "X" '((0 . "*TEXT") (62 . 1)))
I dont know how to limit the search to layer W.
Solved! Go to Solution.