VtListGetItem(VTCL)

VtListGetItem(VTCL)


VtListGetItem -- return item(s) from list

Syntax

VtListGetItem list_widgetName [options]

Description

Gets 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 offset integer. (The base position is 1. To indicate the last item on the list, use 0.)

-positionList integer list (NA)
Specifies a list of item positions to return.