====== write ====== Method of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Appends a string to the output pane ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strText** ===== Syntax ===== ==== JavaScript ==== OutputPane.write(strText); ==== Visual Basic Script ==== OutputPane.write strText ==== C++ ==== HRESULT hr = OutputPane.write(strText); ===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~