Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have an ssget that allows me to select several blocks including some dynamic blocks, but when I use it, it also selects arrays. I did a quick check and found arrays also have U names. So, can anyone help me change my ssget to filter out arrays? below is my ssget as it is now.
(ssget (LIST (cons 0 "INSERT") (CONS 2 "`*U*,PP,P3,PC,FIX,NOZZLE,vecNOZZLE")))
Thanks in advance.
Solved! Go to Solution.