DestructiveInsert Method (Selection Object)¶
Inserts text, overwriting the existing text. str Specifies a string to insert, overwriting the existing text. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.DestructiveInsert( str );
[VBScript]¶
document.selection.DestructiveInsert str
Parameters¶
Version¶