Hi, I know that AutoCAD can allow only upto 128 selection sets per time. I have some doubts on related issues. Can anybody help me? a. If I select a set of features without assiging a variable name (say, (if (ssget "x") (do something)(do nothing))), does this add to the count of selection sets, or is it like only the named selection sets adds to the count of selection sets? b. If unnamed selection sets also add to the count of selection set quantity,how to get a unnamed selection set through atoms-family? I need this to access them and delete them. (or How can I perform this?) 3. If I keep on assigning selection sets to a variable name while working in loop, say 10 times, which number gets added to the selection set counter? 1 or 10? (FYI: The root of these questions is the error 'exceeded maximum number of selection sets.') Thanks, MNRaghu