Jump to content

Recommended Posts

Posted

I need examples with code

Cad tutor.jpg

Posted

Not sure exactly what you are looking for here, is it just the lines of code which make up the 7 highlighted items (1 to 5 are all the same if so) which you can add to a DCL code, do you want the code to make up a a whole dcl thing (the dialogue box) to add to a LISP code, or do you want the whole lot from knowing nothing.

 

 

Posted

Maybe he just wants to know what those do to the codes.

 

In the Visual LISP IDE, you can select a portion of the code, and go to Tools > Format Code... Or for short, Ctrl + F. When you do this, the following should happen (I only know some not all).

 

#1 limits the maximum number of characters you can have in one single line.

 

#2 is the number of spaces for indentation when continuing an opening parantheses in a new line.

 

#4 is the starting location of all comments found within that line (or so I thought.)

 

#7 is how your list will look when you have a list to be formatted. (I think)

 

I'll need more education on the rest 😅

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