Message 1 of 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can build an anonymous ("`*U*") block,
and I can entmakex an insertion named 'e' at (setq p0 '(0 0 0))
but when I try to (vl-cmdf "_.move" e "" p0 pause) within the code, AutoCAD crashes.
I can (vl-cmdf "_.move" e "" p0 pause) after the code (without the move) has finished.
Osmode is 0.
The objects within the block are only lines, text, and one lwpolyline. No reactors. No locked layers.
What trick am I missing (gc, regen, vla-update, (setvar "please_behave" 1))?
Should I try using (entlast) instead?
Might my problem be using ACAD2002?
John F. Uhden
Solved! Go to Solution.