Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Paragraphs in textboxes of Stata dialogs

    How can I break the line / include an empty line into a long text, the content of a multiline textbox of a Stata dialog?

    Equivalent of e.g.
    Code:
    tb1.Text="Some text\n\Some more text"
    in C#, which will be rendered as
    Code:
    Some text
    Some more text
    Thank you, Sergiy
Working...
X