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