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
|
| Notes |
This verb operates on the outline that is the current target. This verb is new in Frontier 7.
|
| See Also |
op.getCursor
|