Message 1 of 5

Not applicable
08-15-2016
02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys,
I've never had to do this before and I thought it may be simple but alas I need help.
I have a border that has several attributes, I need to step through those attributes and make a list of only the attributes with certain tags.
For instance In the border named Stooges there are attributes name Moe, Bill, Larry, Fred, Curly, Steve etc.
I need to make a list that only contains Moe, Larry and Curly.
How Do I accomplish this?
I've been able to select the border using
(defun c:STOOGE () (setq Border (ssget "_X" (list (cons 0 "insert")(cons 2 "Stooges")))) )
Thanks a Million
Solved! Go to Solution.