Met Writeblanklines
# ASP WriteBlankLines Method
* * Complete TextStream Object Reference Manual](#)
* * *
The WriteBlankLines method writes a specified number of newline characters to a TextStream file.
### Syntax
TextStreamObject.WriteBlankLines(numlines)
| Parameter | Description |
| --- | --- |
| numlines | Required. The number of newline characters to write to the file. |
### Example
After executing the code above, the file test.txt will look like this:
Hello World!
How are you today?
* * Complete TextStream Object Reference Manual](#)
YouTip