====== WriteBlankLines ======
Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]]
===== Description =====
Writes a specified number of newline characters to a TextStream file
===== Parameters =====
* [[scripting:api:data-type:long|long]] **Lines**
===== Syntax =====
==== JavaScript ====
WshTextStream.WriteBlankLines(Lines);
==== Visual Basic Script ====
WshTextStream.WriteBlankLines Lines
==== C++ ====
HRESULT hr = WshTextStream.WriteBlankLines(Lines);
===== See Also =====
[[:scripting:api:wsh-text-stream:start|IWshTextStream]]
~~NOTOC~~