SkipLine
Method of 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();
scripting:api:wsh-text-stream:skip-line
Method of IWshTextStream
Skips a complete line when reading a TextStream file
WshTextStream.SkipLine();
WshTextStream.SkipLine
HRESULT hr = WshTextStream.SkipLine();