PDA

View Full Version : lisp loading problem...simple I'm sure..



madriver
9th Aug 2005, 08:11 pm
For some reason one and only one of my lisp routines will not load. It used to. Anyway, here is the error message...


_Dnote
AutoLISP Error: quit / exit abort; error: An error has occurred inside the
*error* functionAutoCAD variable setting rejected: "blipmode" nil
Command:

Any Ideas?

Thanks

Bob

SpeedCAD
10th Aug 2005, 12:50 am
For some reason one and only one of my lisp routines will not load. It used to. Anyway, here is the error message...


_Dnote
AutoLISP Error: quit / exit abort; error: An error has occurred inside the
*error* functionAutoCAD variable setting rejected: "blipmode" nil
Command:

Any Ideas?

Thanks

Bob

Hi...

you have problem with BLIPMODE variable, it can't to be "nil". Anyway you must delete it of your code, you don't need the BLIPMODE variable now...