op.getSelection

Syntax op.getSelection ()

Params None.

Action Get the current selected headlines in an outline.

Returns A list of cursors specifying each selected headline.

Examples op.getSelection () //one headline selected

   » 58748912

op.getSelection () //three headlines selected

   » {45610456, 55120512, 58712808}

Notes This verb operates on the outline that is the current target.

This verb is new in Frontier 7.

See Also op.getCursor

op.setCursor

table.getSelection

Discuss