CanonShooter
Structural
- Oct 14, 2005
- 39
In my Acad.lsp file, I am loading a DVB file. When I open another drawing, it tells me the DVB is already loaded. Is there a way in LISP to check for it being loaded, and skip the loading of it?
I tried a simple If(not "ABC.DVB")..... but it didn't work.
I tried a simple If(not "ABC.DVB")..... but it didn't work.