Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a strange item showing up randomly in some of our drawings.
I use
(cdr (assoc 3 (dictsearch (namedobjdict) "ACAD_DATALINK")))
this should show nil or show the datalinks in the drawing.
Randomly "MWA template" shows up. We have no clue how this is created. It's the name of our office template.
I've tried (dictremove (namedobjdict) "MWA template") to remove it, no luck.
I've seen posts that mention entdel.
Not sure how to do this? I've tried:
(setq test (namedobjdict) "MWA template")
(entdel test)
no luck.
Solved! Go to Solution.