VtListGetItem
Return item(s) from a List
Syntax
VtListGetItem list_widgetName [options]
Description
Returns one or more items from a list. (The returned value depends on
the options to the command.)
Options
- -all (NA)
- Returns the entire list.
- -position integer (NA)
- Returns the list item at position integer. (The base
position is 1. To indicate the last item on the list, use 0.)
- -positionList integer_list (NA)
- Returns a list of items at each position specified by integer_list.