scripting:api:text-document:appendln

appendln

Method of ITextDocument

Appends text and new line to the end of document

TextDocument.appendln(strText);

==== Visual Basic Script ====

TextDocument.appendln strText

==== C++ ====

HRESULT hr = TextDocument.appendln(strText);

===== See Also ===== ITextDocument