NewLine (deprecated)

Starts a new line in your Export file. This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the StartNewLine action in the ExportToText action library.

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.