BlankLines
Inserts n blank lines into the Export file.
Syntax
bool BlankLines (StrParam)
Parameters
A number n that indicates how many blank lines to add after the current line.Returns
Always True.Level
All level.Details
Inserts n blank lines into the Export file.- Example
BlankLines("4")This action inserts four empty lines, leaving the insertion point for the next output on the following line. Additional output begins on the fifth line.