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. ====== write ====== Method of [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ===== Description ===== Writes a specified string to a TextStream file ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **Text** ===== Syntax ===== ==== JavaScript ==== <code javascript> WshTextStream.write(Text); </code>==== Visual Basic Script ==== <code vb> WshTextStream.write Text </code>==== C++ ==== <code cpp> HRESULT hr = WshTextStream.write(Text); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~