Inserts or overwrites a string and a new line at the current cursor position.
document.writeln( str );
document.writeln str
str
Specifies the string to be inserted or overwritten.
document.writeln( "Hello" );
document.writeln "Hello"
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft