Search found 2 matches
- Mon Sep 24, 2018 5:08 am
- Forum: Common Lisp
- Topic: variable filter-list item
- Replies: 3
- Views: 32267
Re: variable filter-list item
Thanks Edgar, that work
- Thu Sep 20, 2018 8:04 am
- Forum: Common Lisp
- Topic: variable filter-list item
- Replies: 3
- Views: 32267
variable filter-list item
I actually find a block in a drawing with : (setq ss (ssget "_X" '((2 . "blockname")))) But I want the blockname to be a variable. So I want to do : (setq a "blockname") and then (setq ss (ssget "_X" '((2 . a)))). But this do not work. I tries : (list a), (set...