I'm sure this has been asked and answered but I can't find it.
I want to build an expression for the body of an email that requires two lines.I want something like this:
This is the first line.
And this is the second line.
So my expression is going to be something like "This is the first line." & "This is the second line."
But what do I put between them to specify a line break?
Thanks....