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. ====== SkipLine ====== Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Skips a complete line when reading a TextStream file ===== Syntax ===== ==== JavaScript ==== <code javascript> WshTextStream.SkipLine(); </code>==== Visual Basic Script ==== <code vb> WshTextStream.SkipLine </code>==== C++ ==== <code cpp> HRESULT hr = WshTextStream.SkipLine(); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~