Forum Discussion

monkeysource's avatar
9 years ago

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.


     <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

3 Replies