this is from ptc
@D (displays a numerical value)
@S (displays a symbolic value)
@O (overwrites the dimension text with user defined text, this cannot be performed with Shown dimensions)
To create superscripted text, type [@+text@#], to create subscripted text, type [@-text@#],where text is the note
To enter special symbols not in the symbol palette:
Determine the ASCII character for the special symbol from an Extended ASCII Character Set table. Enter CTRL-a to turn on the special symbol font, type in the ASCII character, then enter CTRL-b to turn off the special font. For example, a Centerline symbol is desired to be placed in a note, the text for this symbol would appear as: <CTRL-a> q <CTRL-b>. "q" is the ASCII character for a Centerline special symbol
test_param = 12.463819
In the note enter: &test_param[.4]
The displayed value in the note will be 12.4638
Modify the text line of the note and change the text from:
{0: This is a text note}
</PRE>
to
{0: This is a }{1:text}{2: note}.
</PRE>
The word 'text' can then be selected individually for text style modification.
or
{0:This is line one.}
{1:This is line two.}
{2:This is line three.}
To change the text height of the "T's" in "This" do the following.
{0:T}{1:his is line one.}
{2:T}{3:his is line two.}
{4:T}{5:his is line three.}
</PRE>
In order to underline the word "has"; select the text, then #Edit, #Properties. --OR--
Select the note and right-click #Properties. The following will be seen on the Text tab of the Enter Text window that appears:
{0:Elvis has left the building.}
Edit the text as follows: {0:Elvis} {1:has} {2:left the building.}
Now the word "has" can be individually underlined by selecting #Format, #Text Style, and checking the checkbox labeled "underline
prob some more out there