Update Multiline Attribute Definition in block

Update Multiline Attribute Definition in block

Anonymous
Not applicable
831 Views
2 Replies
Message 1 of 3

Update Multiline Attribute Definition in block

Anonymous
Not applicable

I created a title block with single and multiple lines attribute definitions.

 

I've written a routine to insert the title block and set all attributes blank.

Then I read a file with attribute name and value.

Then I cycle thru the block and update each attribute with the values.

 

I can't figure out how to update the multiline attdef.

 

I tried using subst and entmod/entupd - doesn't work.

I tried using vla-put-MtextAttributeContent - doesn't work.

 

What am I missing?

0 Likes
832 Views
2 Replies
Replies (2)
Message 2 of 3

Shneuph
Collaborator
Collaborator

(VLA-PUT-TEXTSTRING MYATT "NEW STRING")  worked for me.

---sig---------------------------------------
'(83 104 110 101 117 112 104 64 71 109 97 105 108 46 99 111 109)
0 Likes
Message 3 of 3

Anonymous
Not applicable
I was using vla-put-MtextAttributeContent not vla-put-TextString
0 Likes