writeln Method (Interface Object)¶
Passes a string and a newline character to a supported plug-in. str Specifies the string to be passed. Supported on EmEditor Professional Version 9.00 or later.¶
[JavaScript]¶
Interface.writeln( str );
[VBScript]¶
Interface.writeln str
Parameters¶
Examples¶
[JavaScript]¶
Interface.writeln( "Hello" );
[VBScript]¶
Interface.writeln "Hello"
Version¶