Jump to content

problem insert block attributes


mstb

Recommended Posts

hello everybody

when i insert block attributes with lisp . It 's okay but not for never versions?!!!

with (command "-insert" "name" pt 1 1 0 a b c)

for example It works in 2013 but doesn't work in 2017 ?!!!

I mean It inserts tag instead of value

Thanks all.


 
Edited by mstb
Link to comment
Share on other sites

type in insert without the '-' and check if explode option is on. If so , toggle it off , insert any block and delete it and then try your routine again

insert_dialog_autocad.jpg

  • Like 1
Link to comment
Share on other sites

On 6/12/2020 at 9:40 AM, mstb said:

hello everybody

I mean It inserts tag instead of value

 

Are you sure its showing TAGS and not the DEFAULT value?

It's more likely ATTREQ is set to 0 and insert  will NOT ask for a new value, odd thing is, the code should some kind of error at least.

 

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