Adding new lines to Alert text
Posted
by user294702
on Stack Overflow
See other posts from Stack Overflow
or by user294702
Published on 2010-03-30T12:35:33Z
Indexed on
2010/03/30
12:43 UTC
Read the original article
Hit count: 308
flex
I want to create a simple multiline Alert popup
Alert.show("Blah\\nBlah")
shows Blah\nBlah when what I really want is two lines, one Blah each.
© Stack Overflow or respective owner