VtListSetItem
Set a List item to a specified value
Syntax
VtListSetItem list_widgetName [options]
Description
Sets a list item (indicated by -item or
-position) to the value specified by
-newitem. To set all items in the list use
-itemList.
Options
- -item string (C)
- Changes the item currently set to string.
- -newItem string (NA)
- Specifies the new value to assign to the list item being changed.
- -position integer (NA)
- Changes the item at position integer. The base position is
1. To indicate the last item on the list, use 0.
- -itemList list (C)
- Changes the items specified by list.