bdeGetEditorText
Gets the text of the textEditor.
Syntax
editorText = bdeGetEditorText(textEditor)
Inputs
- textEditor
- The text editor to get the text of.
Outputs
- editorText
- The text that was in the text editor.
Examples
editorText = bdeGetEditorText(editor);
editorText = Test Editor Text