====== 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 ==== WshTextStream.write(Text); ==== Visual Basic Script ==== WshTextStream.write Text ==== C++ ==== HRESULT hr = WshTextStream.write(Text); ===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~