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. ====== Skip ====== Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Skips a specified number of characters when reading a TextStream file ===== Parameters ===== * [[scripting:api:data-type:long|long]] **Characters** ===== Syntax ===== ==== JavaScript ==== <code javascript> WshTextStream.Skip(Characters); </code>==== Visual Basic Script ==== <code vb> WshTextStream.Skip Characters </code>==== C++ ==== <code cpp> HRESULT hr = WshTextStream.Skip(Characters); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~