Jump to content

Recommended Posts

Posted

I have been racking my brain trying to figure out how to change the text of a table using script. I started with:

 

Tabledit

(then it asked me to pick a table cell) and i am stuck..

 

I have tried different option - 2,A / 2A / A2...etc but have failed miserably. refer to attached image for the table i was trying to edit. just changing the XXX with an actual date.

 

Any help from 'the experts' will be greatly appreciated.

 

table.jpg

Posted

The command expects a point value.

Posted

To edit tables via Lisp code it is better to use the VL functions:

(vla-settext (vlax-ename->vla-object (car (entsel))) 1 0 "20160831")

Posted

A different approach we run the table as a multi line block, there has been a few posts about auto updating etc adding a new line etc search here.

 

Interesting which is correct Issue or the verb Issued.

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