Jump to content

Recommended Posts

Posted

Hello anybody...:unsure:

 

; 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.

Posted

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.

Posted

And Where may I find the error code?

Posted

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...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...