Insert line break
Use instances of the ModelAdvisor.LineBreak
class
to insert line breaks in the Model Advisor outputs.
Add a line break between two lines of text:
result = ModelAdvisor.Paragraph; addItem(result, [resultText1 ModelAdvisor.LineBreak resultText2]);