write Method (Document Object)¶
Inserts or overwrites a string 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.write( str );
[VBScript]¶
document.write str
Parameters¶
Examples¶
[JavaScript]¶
document.write( "Hello" );
[VBScript]¶
document.write "Hello"
Version¶