====== appendln ======
Method of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
Appends text and new line to the end of document
===== Parameters =====
* [[scripting:api:data-type:BSTR|BSTR]] **strText**
===== Syntax =====
==== JavaScript ====
TextDocument.appendln(strText);
==== Visual Basic Script ====
TextDocument.appendln strText
==== C++ ====
HRESULT hr = TextDocument.appendln(strText);
===== See Also =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~