4
Views
0
Comments
TIP: Adding new lines in expressions the simple way
Question
To insert a new line in an expression, instead of writing
"Hello" + NewLine() + "World"

you can simply write in Expression Editor:
"Hello
World"


This can simplify your expressions making them easier to read.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.