This command is used to add a blank line(s) to the report.
Using the dialog
By default, adding the new command will insert a single blank line command to the script. If you want more than one blank line then edit the command field and type the number required into the dialog.
If you type 3 as the Count: into the dialog, the command will show
3 Blank Lines
Example use of blank lines
Text "This is text"
Blank Line
Text "More Text"
The report output looks like this:
This is text
More text