Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This line of code works fine in BricsCAD, but when I try to run it in AutoCAD, it doesn't work. Someone can help why I'm having this problem?
(setq lista (ssget (list (cons -4. "<or") (cons 0. "TEXT") (cons 0. "MTEXT") (cons -4. "or>"))))
"; error: bad SSGET list"
Solved! Go to Solution.