Jump to content

I can create a table, so now how do I populate that table using AutoLISP?


jjatho

Recommended Posts

I'm able to create a table in paper space using the following simple code:

 

(setq location (list -1.75 )

(command "-table" "3" "7" location)

 

And I've got a bunch of variables in the same AutoLISP script that I'd like to have entered into that table. Can anyone point me in the right direction?

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