AddEditorText

Deprecated. Do not use in new code.

(Engine-Level Function)

Description: Inserts a text string into a text editor.
Returns: Nothing
Usage: Script or steady state.
Function Groups: Editor
Related to: WinEditCtrl
Format: AddEditorText(Editor, Text)
Parameters:  
Editor
Required. Any expression that evaluates to an editor value that was created by the MakeEditor function.
If this is not an editor type value, then the function will do nothing.
Text
Required. The text to insert into the text editor.
Comments:

The text will be broken into lines based on carriage returns or line feeds or both.