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:output-pane:start|IOutputPane]] ===== Description ===== Appends a string to the output pane ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strText** ===== Syntax ===== ==== JavaScript ==== <code javascript> OutputPane.write(strText); </code>==== Visual Basic Script ==== <code vb> OutputPane.write strText </code>==== C++ ==== <code cpp> HRESULT hr = OutputPane.write(strText); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~