Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
May I have some help please?
I am struggling with this problem. I am trying to adapt an existing routine that uses NENTSEL to work with StripMtext - https://cadabyss.wordpress.com/2010/01/04/stripmtext-v5-0/
So this works:
(if (setq sel (ssget)) (StripMtext sel "C"))
But this not works because the NENTSEL in my existing routine does not put the selected objects to accept a PREVIOUS selection.
(setq nsel (nentsel)) (if (setq sel (ssget "_P")) (StripMtext sel "C"))
So, how to put the object selected by NENTSEL in a SSGET selection?
Thanks
Marcelo
Solved! Go to Solution.