Check if DVB Loaded from LISP
Check if DVB Loaded from LISP
(OP)
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.





RE: Check if DVB Loaded from LISP
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: Check if DVB Loaded from LISP
RE: Check if DVB Loaded from LISP
RE: Check if DVB Loaded from LISP
(command "-vbaload" "path & file name")
change this to:
(vl-vbaload "path & file name")
likewise you may want to change your "vbarun" command as suggested in the Cadalyst article.