satishrajdev Posted November 1, 2013 Posted November 1, 2013 I have a list which is given below :- (<Entity name: 7ec357a0> <Entity name: 7ec35798> <Entity name: 7ec35790> <Entity name: 7ec35780> <Entity name: 7ec35778>) Is there any way to convert LIST into SELECTION SET.......... Quote
MSasu Posted November 1, 2013 Posted November 1, 2013 You should check SSADD function. (setq mySelectionSet (ssadd)) (foreach entityToAdd myEntitiesList (ssadd entityToAdd mySelectionSet) ) Quote
satishrajdev Posted November 1, 2013 Author Posted November 1, 2013 Great... That worked for me perfectly Thats mSasu..... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.