Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
This notation is correct:
(setq a (ssget '((2 . "b1,b2"))))
But how to convey alternate names?
(setq v "b1,b2")
(setq a (ssget '((2 . v)))) - did not work
Solved! Go to Solution.