Jump to content

Command Line Commentary


BIGMIKE09281946

Recommended Posts

Is it possible to annotate the command line text with asterisks or something else that tells the AutoCAD compiler to ignore the following until I do this?

 

Such as:

 

************************************************

*** Debugging Routine for mirroring exercise 7.09-1

***

*** 11/09/2008 BIGMIKE

***

************************************************

Command::cry:

Link to comment
Share on other sites

Try putting two sets of semi-colons at the beginning of each line and see what happens. Like this:

 

;; ******

 

 

yep, that is correct, with lisp, any line that has a ; will ignore trying to run that line as part of the code.

 

I use it all of the time if there are parts of a lisp routine that is not functioning correctly yet, but the rest is.

Link to comment
Share on other sites

Thank you for the confirmation Noahma. It's been a long time since I've played around with Lisp. My answer was really a guess. Maybe I shouldn't admit that?

Link to comment
Share on other sites

The dupe ;;'s don't do nothing but return

 

"Command: ;; Unknown command ";;". Press F1 for help."

 

Still looking !!!

Link to comment
Share on other sites

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