Multiple text entity editor (not mtext)

Multiple text entity editor (not mtext)

Anonymous
Not applicable
336 Views
2 Replies
Message 1 of 3

Multiple text entity editor (not mtext)

Anonymous
Not applicable
Does anyone know of a free application to edit mulitple lines of text at
once. I was using TUTgold but for some reason it does not work for me
anymore.

If anyone knows how to do this through vba code I would love to know. I
can figure out how to filter out text in a selection set but I can't figure
out how to ensure that the text is replaced properly. I would imagine that I
need to set a unique id to each text entity that I selected so it can be
called on when i go to replace the text. Any ideas?


Thanks,
Tim Riley
0 Likes
337 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Tim - each entity already has a unique id - its handle. Select your text
entities and add them to a collection object. Use the handle as the
collection item's key and the test string as the item.
___________________________
Mike Tuersley
AutoCAD Clinic
Rand IMAGINiT Technologies
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks
0 Likes