Message 1 of 5
Replace text in a drawing

Not applicable
09-22-2003
09:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to replace text in a drawing using the .TextString property
of a AcadText object.
It works great, but I need to read from a data base and write in a
drawing, like 3 fields with 140 rows, that sums 420 texts to be written in
the drawing.
Is there a better way to do it than just replacing text ?
something like using block, i don't know.
Another problem is that sometimes I choose just 80 rows of those 140,
and I can't replace all the old texts in the drawing. I think that if could
know how is the order that AcadText pick a text, I could solve this problem
just deleting all texts after selection 80º, but it's totally random.
Thanks for your help,
Ralf Davi.
of a AcadText object.
It works great, but I need to read from a data base and write in a
drawing, like 3 fields with 140 rows, that sums 420 texts to be written in
the drawing.
Is there a better way to do it than just replacing text ?
something like using block, i don't know.
Another problem is that sometimes I choose just 80 rows of those 140,
and I can't replace all the old texts in the drawing. I think that if could
know how is the order that AcadText pick a text, I could solve this problem
just deleting all texts after selection 80º, but it's totally random.
Thanks for your help,
Ralf Davi.