Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I can't figure this one out:
Given:
test_XD = "12345"
Why does this work...
(setq test_SS (ssget "X" '((0 . "INSERT") (-3 ("12345")) (410 . "~Model"))))
<selection set: ###>
...but this does not?
(setq test_SS (ssget "X" '((0 . "INSERT") (-3 (test_XD)) (410 . "~Model"))))
Error: bad SSGET list value
AutoCad 2018 (full)
Win 11 Pro
Win 11 Pro
Solved! Go to Solution.