BillZ
2003-12-17 12:51:25 UTC
R2004:
In my Acad.lsp I undefine the open command, and in my acaddoc.lsp I load a lisp that is my version of open.
If qaflags is set to 0 on startup, all works well.
If qaflags is set to 1 on startup, the native "open" does not get undefined.
To get around this, I have to set qaflags to 0 at the begining of my acad.lsp before the undefine command. And then set qaflags to 1 in my acaddoc.lsp to get the desired results.
Any thoughts about this?
TIA
Bill
In my Acad.lsp I undefine the open command, and in my acaddoc.lsp I load a lisp that is my version of open.
If qaflags is set to 0 on startup, all works well.
If qaflags is set to 1 on startup, the native "open" does not get undefined.
To get around this, I have to set qaflags to 0 at the begining of my acad.lsp before the undefine command. And then set qaflags to 1 in my acaddoc.lsp to get the desired results.
Any thoughts about this?
TIA
Bill