Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What's wrong with this? I'm trying to select all blocks "P_Z" that are colour BLUE
(setq PZB (ssget "_A" '((2 . "P_Z")(cons 62 5))))
It gives error bad ssget list.
I'm having real trouble getting any SSGET selections with multiple parameters to work.
Thanks
Solved! Go to Solution.