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. ====== 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 ==== <code javascript> OutputPane.writeln(strText); </code>==== Visual Basic Script ==== <code vb> OutputPane.writeln strText </code>==== C++ ==== <code cpp> HRESULT hr = OutputPane.writeln(strText); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~