scripting:api:output-pane:writeln

writeln

Method of IOutputPane

Appends a string and a new line to the output pane

  • BSTR strText = "" (optional)
OutputPane.writeln(strText);

==== Visual Basic Script ====

OutputPane.writeln strText

==== C++ ====

HRESULT hr = OutputPane.writeln(strText);

===== See Also ===== IOutputPane