Display full version of the post: adding { or } to text override?

eliteonecindy
21.01.2012, 01:05


I know you can adjust the dim text when you add specific characters but how can i get {} in there? comes out blank when i try.

John Connor
21.01.2012, 15:21
Maybe via a unicode?


heinsite
22.01.2012, 06:28

[QUOTE=John Connor]Maybe via a unicode?

[/QUOTE]I played around with this yesterday too and didn't find anything that worked.  The ASCII codes for the brackets are 123 and 125.  They aren't supported in all font sets, and for a while I thought that might be the reason they weren't showing up.  I also checked to see if they were a special character in LISP or something.  Doesn't appear they are.  In the end it seemed to me AutoCAD is simply ignoring them.Dave

Vladimir Michl
22.01.2012, 22:31
AutoCAD considers {} as control characters. You will need to escape them using "\" -- e.g.:
 
\{comment\}