#<> Error in Dim
I have found an annoying bug in R11C2. It occurs when using <> to add a
suffix to a dimension. Specifically, I want to add "TYP" after a dimension
with different plus and minus tolerances. What I end up with is the basic
dimension, a large blank space, then the tolerances with the "TYP"
appearing right under them. Curiously, this does not occur if I also add a
prefix – I then (correctly) get the basic dimension, the tolerances,
followed by "TYP." My workaround is to add the prefix "%%000" (null
character). This works fine but if I UPDATE the dimension or move the text
with TEDIT the null character is removed and the incorrect display occurs.
Ray Emplit