writeln
Method of ITextDocument
Description
Inserts or overwrites a string and a new line at the current cursor position
Parameters
- BSTR strText
Syntax
JavaScript
TextDocument.writeln(strText);
==== Visual Basic Script ====
TextDocument.writeln strText
==== C++ ====
HRESULT hr = TextDocument.writeln(strText);
===== See Also ===== ITextDocument