Jump to content

Recommended Posts

Posted

Good day to everyone.
Is it possible to display a list of AutoLISP commands before closing and saving the dwg file?
For example, in notepad or text in dwg.
 

Posted

I assume you're referring to commands defined in Lisp code.

One way to do this is to call ATOMS-FAMILY, save its contents in a variable, call ATOMS-FAMILY again when the drawing is about to be closed, compare the difference, and filter out symbols that don't begin with "c:"

 

But why do you need to do this?

 

  • Like 1
Posted
1 hour ago, Lee Mac said:

Perhaps this old program?

https://lee-mac.com/lisplog.html

LISPLogV1-0.lsp is a very convenient program. Thanks @Lee Mac.
Is it possible to get a list of lisp commands in the drawing? That is, when saving a drawing, a request appears: 
"Save a list of lisp commands?" and the text with the commands is inserted into the drawing?

Posted
3 hours ago, GLAVCVS said:

But why do you need to do this?

I often have to go back to old drawings. I have over 300 lisp programs. 
I would like the drawing to have a list of programs used to continue working, 
but over time it is not always possible to remember the name of the desired program.

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