LineBreak (PQL)
                                    Returns markup text to create a line break.
- Returned Output: Text
 - Library: PQL \ Dynamic \ Markup
 - Version: 2020.10.000
 - Compatibility: Any content (regardless of data source) in the relevant parts of the application
 
Syntax
LineBreak()
                                    
                                    Comments
- Use this function to mark-up dynamically created text programmatically. Alternatively, you can format the entire dynamic text result in the host text box.
 
Examples
This example returns the following resulting text:
"This is a
test"
"This is a " + LineBreak() + "test".