DBText.TextString producing some unexpected results...

DBText.TextString producing some unexpected results...

Anonymous
Not applicable
307 Views
1 Reply
Message 1 of 2

DBText.TextString producing some unexpected results...

Anonymous
Not applicable
We created a font that utilizes %%181. If I have text that is '%%181', the TextString property of the DBText object is 'µ'. Why is that - and is there anyway around it?
0 Likes
308 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
I answered my own question... AutoCAD converts %%# to the ascii character of the number... so... by converting the char to an int, I have the value I want.
0 Likes