Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
Im trying to save a selection set in drawing with this code
(setq Saved_SS_Gvar (ssget))
(vlax-ldata-put "SETS1" "selsets" Saved_SS_Gvar)
but I get this error:
error: Visual LISP: Input/output objects between document illegally <Selection set: 5f>
I guess I cannot save a selection set with this method. Is there another way?
Solved! Go to Solution.