How to add new string in the next line?

0
I have a message loop and I want to store it in a single variable. I need it one sentence per line but I can’t seem to use “\n, \r, <br>” to display one sentence per line. Can anyone help?
asked
1 answers
2

You have to do it like this:

'I want a return here:
and then continue on the next line'

So just press an enter when you entering text and continue on the next line before closing the text string.
Regards,

Ronald

answered