Adding a newline in a Label's TextFrane.TextRange.Text programatically

G

Gary A. Bushey

How do I place a newline (or paragraph marker) in a Label's
"TextFrame.TextRange.Text"? I have tried using "\n" but that did not
appear to work.
 
Top