WriteBlankLines
Inserts a specified number of blank lines into the current opened text file.
Syntax
expression.WriteBlankLines(Lines, [EndLineMark])
Parameters
| Part | Description |
|---|---|
| Lines | Required. Identifier specifying a Long Type variable representing the number of blank lines to be inserted. |
| EndLineMark | Optional. Identifier specifying a EndLineChar Enumeration constant representing the line break character to be inserted. |
- See also
- EndLineChar Enumeration.
Behavior
The GetDataFromCSV method returns an empty String when errors occurs.