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
Get the contents of a text editor:
editorText = bdeGetEditorText(editor);
editorText = Test Editor Text