====== SkipLine ====== Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Skips a complete line when reading a TextStream file ===== Syntax ===== ==== JavaScript ==== WshTextStream.SkipLine(); ==== Visual Basic Script ==== WshTextStream.SkipLine ==== C++ ==== HRESULT hr = WshTextStream.SkipLine(); ===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~
WshTextStream.SkipLine();
WshTextStream.SkipLine
HRESULT hr = WshTextStream.SkipLine();