Passes a string to a supported plug-in.
Interface.write( str );
Interface.write str
str
Specifies the string to be passed.
Interface.write( "Hello" );
Interface.write "Hello"
Supported on EmEditor Professional Version 9.00 or later.