Forum Discussion

raluca_suditu's avatar
raluca_suditu
Contributor
13 years ago

How to simulate CRLF in strings

Hello,



I have a popup message that is displayed on 2 lines.



I want to compare that content of the message with a martor message, but I don't know how to simulate a new line in strings.





var martorMessge="this should contain here a" +  CRLF + "and then another line"





Han anyone help me?