VtListGetSelectedItem


Return the positions of selected items within a List

Syntax

VtListGetSelectedItem list_widgetName [options]

Description

Returns the positions (by default) of the selected items in a list.

Options

-byItemList (NA)
Specifies that a list of selected items is to be returned. For example:
{{item 1} {item 2}}

-byPositionList (NA)
Specifies that a list of selected item positions is to be returned. For example:
{1 2}