AVLDraftsman Posted March 27, 2014 Posted March 27, 2014 Hello anybody... ; error: An error has occurred inside the *error* functionAutoCAD variable setting rejected: "CMDECHO" nil Anytime I run a lisp it craps out as soon as the command is executed Also every time I set the CMDECHO variable back to (1) it resets back to (0) as soon as the Lisp is exected. I had cleaned out the Lisp command that I believe was the culprit but it is still having the problem. Any direction on this will be greatly appreciated. Quote
LanloyLisp Posted March 27, 2014 Posted March 27, 2014 change this in your error code from (setvar "cmdecho" a) to (if a (setvar "cmdecho" a)) This was noted by Tharwat on my previous thread. Quote
AVLDraftsman Posted March 27, 2014 Author Posted March 27, 2014 And Where may I find the error code? Quote
AVLDraftsman Posted March 27, 2014 Author Posted March 27, 2014 Nevermind... I uloaded all of my lisps, and reloaded the previous working ones. Then I guess I will trouble shoot each one till I load the faulty one, and make the corrections you have instructed me with. Thanks... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.