public var text:String = "How are you?\nI am fine."
--- In [email protected], "jovialrandor" <[EMAIL PROTECTED]> wrote: > > I want to be able to display line breaks in an email template that i am > seding out from flex. > > I want to be able to assign a line break in a variable assignment. > > for example: > > public var text:String = "How are you? I am fine." > > > [display] > > How are you? > I am fine >

