Used to set whether blank lines are to be preserved or removed.
Syntax
Notes
pp
|
an instance of the pp class.
|
removeBlankLines is a boolean:
true |
blank lines are removed. |
false |
blank lines are not removed. |
The default value is true.
Requires that stec.pp.pp be imported.
Example
mypp.removeBlankLines = false;
|