How to show mulit-line string by showmessage() on Android?

How to show mulit-line string by showmessage() on Android?
I have try Showmessage('abc' + sLineBreak + '123'), but still display 'abc123'.

Comments