I have dragged a label component on to the stage. How do I make it Multiline?
Thanks
Geoff
Maybe there is a better way but this works if the last entry has two newline
characters
my_lbl.autoSize = "left"
my_lbl.text = "line 1" + newline
my_lbl.text += "line 2" + newline
my_lbl.text += "line 3" + newline
my_lbl.text += "line 4" + newline + newline
But with html = true neither the newline or <p> or <br> seem to work.

Signature
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
I have dragged a label component on to the stage. How do I make it
Multiline?
Thanks
Geoff