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. ====== Clear ====== Method of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Clears the contents of the output pane ===== Syntax ===== ==== JavaScript ==== <code javascript> OutputPane.Clear(); </code>==== Visual Basic Script ==== <code vb> OutputPane.Clear </code>==== C++ ==== <code cpp> HRESULT hr = OutputPane.Clear(); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~