no function definition: INITERR

no function definition: INITERR

Anonymous
Not applicable
714 Views
2 Replies
Message 1 of 3

no function definition: INITERR

Anonymous
Not applicable

I have searched all over and can't find a solution to this.

 

I am loading a lisp routine in AutoCAD 2013.  The lisp was created several years ago, before 2013. The lisp routine appears to be loading successfully, but when I try to run it, I get this error message:

 

no function definition: INITERR

 

I have a friend with 2014 who is able to run the identical lisp routine with no problem.

 

 

Please help!

 

 

Thank you.

0 Likes
715 Views
2 Replies
Replies (2)
Message 2 of 3

kerry_w_brown
Advisor
Advisor

 

I assume INITERR is a purpose written function to save the values of variables prior to running an application that makes temporary changes to those variables..

 

There will probably be a function to RESET the variable values as well.

 

Here's a sample

http://www.afralisp.net/autolisp/tutorials/error-trapping.php

 

 


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
0 Likes
Message 3 of 3

stevor
Collaborator
Collaborator

The 'purpose lisp' is likely,

so search on your friends' systems,

and your own, for the string

 defun INITERR, or (INITERR

and see what you got.

S
0 Likes