writeln

Method of ITextDocument

Description

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

Parameters

Syntax

JavaScript

TextDocument.writeln(strText);

==== Visual Basic Script ====

TextDocument.writeln strText

==== C++ ====

HRESULT hr = TextDocument.writeln(strText);

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