Method of IOutputPane
Appends a string to the output pane
OutputPane.write(strText);
==== Visual Basic Script ====
OutputPane.write strText
==== C++ ====
HRESULT hr = OutputPane.write(strText);
===== See Also ===== IOutputPane