writeln Method (Document Object)¶
Inserts or overwrites a string and a newline character at the current cursor position. str Specifies the string to be inserted or overwritten. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.writeln( str );
[VBScript]¶
document.writeln str
Parameters¶
Examples¶
[JavaScript]¶
document.writeln( "Hello" );
[VBScript]¶
document.writeln "Hello"
Version¶