scripting:api:text-document:writeln

writeln

Method of ITextDocument

Inserts or overwrites a string and a new line at the current cursor position

TextDocument.writeln(strText);

==== Visual Basic Script ====

TextDocument.writeln strText

==== C++ ====

HRESULT hr = TextDocument.writeln(strText);

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