Reply to Message

View discussion in a popup

Replying to:
ВeekeeCZ
in reply to: ezervas

Then use (sssetfirst nil ss) and somehow create a selection set.

 

In my example it could be 

(sssetfirst nil ((lambda ( / s) (setq s (ssadd)) (foreach h '("149D" "149C") (ssadd (handent h) s)))))

 

Also you can try to use PSELECT instead of SELECT.