table.getSelection
| Syntax |
table.getSelection ()
|
| Params |
None.
|
| Action |
Gets the current selected items in a table.
|
| Returns |
A list of addresses.
|
| Examples |
target.set (@workspace);table.getSelection () » {@workspace.notepad, @workspace.testScript, @workspace.userlandSamples}
|
| Notes |
This verb operates on the current target.
|
| See Also |
op.getSelection
|