Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I'm new to AutoLISP so I'm sure I'll be making a lot of mistakes. However, the one problem that stumps me is this function. I have some blocks on a layout; some of the blocks are named "dsm" under layer "G-NOTES". So if I want to use selection set function to highlight all the blocks in that layout with those specific properties, I made a function like this:
(setq ss1 (ssget "x" '((2 . "dsm")(8 . "G-NOTES"))) )
The problem is that when I hit F2, the command line states that the selection set is f86. And I was thinking "What???" I'm expecting a number, not a mix of number and a letter. (And I do not have 86 blocks like that)
What can be a problem here? Thanks!
Solved! Go to Solution.