Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Could someone tell me how to fix this bad ssget error I'm getting? I'm trying to get everything in the selected layers and exclude any text.
(setq A (ssget '((8 . "AP-BUILDING LINE,AP-EASEMENT,AP-BOUNDARY,NO PLOT")
(-4 . "<AND")
(not (0 . "TEXT"))
(-4 . "AND>"))))
Solved! Go to Solution.