NewLine (Reserved Word)
Used to signify the end of a line of text and begin a new line of text.
NewLine
Remarks
Use the + character to add NewLine to a string expression.
Applications of NewLine are numerous and include strings used by FileAppend, Print statements, analysis commentary, TextLabels, and others.
Example
FileAppend("c:\mydata.txt", "This symbol gapped up on " + NumToStr(Date, 0) + NewLine);