Text Symbol In Block

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a block that is in 500+ drawings that need to be converted to microstation. Everything in the block converts fine except for the circle before the number (see attached). This is probably because it is a text symbol and not drawn. It shows up as "?" when the file is converted.
Things I have tried
1. wblock, Remove the circle attribute and draw a circle - when the block is redefined, it breaks the 3 part field that shows the label [ "FunctionCode" "-" "SequenceNumber"]. This could work if a script could refine the attribute DONOTEDITCOMBINED as the 3 part field it was before redefined...
2. convert the whole block to mtext - failed miserably at writing code.
It should also be noted that I don't need any of the values stored withing the block anymore. I only care that there is a circle and the value of the tag is retained.
anyone have any ideas?