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:text-document:start|ITextDocument]] ===== Description ===== Inserts or overwrites a string and a new line at the current cursor position ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strText** ===== Syntax ===== ==== JavaScript ==== <code javascript> TextDocument.writeln(strText); </code>==== Visual Basic Script ==== <code vb> TextDocument.writeln strText </code>==== C++ ==== <code cpp> HRESULT hr = TextDocument.writeln(strText); </code>===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~