Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> WshTextStream.WriteBlankLines(Lines); </code>==== Visual Basic Script ==== <code vb> WshTextStream.WriteBlankLines Lines </code>==== C++ ==== <code cpp> HRESULT hr = WshTextStream.WriteBlankLines(Lines); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~