NewLine
Starts a new line in your Export file.
Syntax
bool NewLine ()
Parameters
None.Returns
Always True.Level
Any level.Details
Starts a new line in your Export file.- Example
NewLine() Text("Export Output")This sequence starts a new line and adds "Export Output" to the beginning of the line.