monkeysource
9 years agoVisitor
Newline in Label Node
Hi,
Really sorry for the basic question, but I've searched and can't find the answer. Does anyone know how to add new lines to the Label component. E.g.
I know in code it would be Chr(10) but don't know how to add this direct to strings in XML.
Thanks,
Ryan
Really sorry for the basic question, but I've searched and can't find the answer. Does anyone know how to add new lines to the Label component. E.g.
<Label
id = "bodyLabel"
width = "1000"
height = "1000"
text = "test \n new line"
wrap = "true"
horizAlign = "left" />
I know in code it would be Chr(10) but don't know how to add this direct to strings in XML.
Thanks,
Ryan