bdeIsEditorRunSelect
Returns whether a run on a sequence of oml statements in a script in an editor by selecting only those oml statements has occured or not.
Syntax
runSelect = bdeIsEditorRunSelect(editor)
Inputs
- editor
- The editor that the oml script is within.
Outputs
- runSelect
- A boolean representing whether a run on a sequence of oml statements in a script in an editor by selecting only those oml statements has occured or not.
Examples
runSelect = bdeIsEditorTextModified(editor);
runSelect = 1