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.
Type: hwscpTextEditor

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.
Type: Boolean

Examples

See if an editor has run a selected sequence of oml statements:

          runSelect = bdeIsEditorTextModified(editor);
        

          
            runSelect = 1