<Label
id="Details"
height="300"
width="1300"
font="font:MediumBoldSystemFont"
text="Blah blah blah blah"
wrap="true"
translation="[300,600]" />
text="Blah blah
blah blah"
"belltown" wrote:text="Blah blah
blah blah"
chr(10)
label.text = "first line" + chr(10) + "second line"
"lukechinworth" wrote:
I used the global string functionchr(10)
as noted here: https://sdkdocs.roku.com/display/sdkdoc/Dialog
Example:label.text = "first line" + chr(10) + "second line"