R
Robert Young
If I have
Dim Field F1
It is my understanding that
F1.Result
represents the text in the field. (Correct me if I am wrong).
How could I replace any character style formatting with direct
formatting applied to the text? I would like to be able to go through
the text in the field, find all the character style formatting, remove
the style formatting and replace with the actual formatting -- (if the
style does bold, make the text bold without style formatting -- or in
addition to--I can leave the style in place).
Dim Field F1
It is my understanding that
F1.Result
represents the text in the field. (Correct me if I am wrong).
How could I replace any character style formatting with direct
formatting applied to the text? I would like to be able to go through
the text in the field, find all the character style formatting, remove
the style formatting and replace with the actual formatting -- (if the
style does bold, make the text bold without style formatting -- or in
addition to--I can leave the style in place).