GetItem Method (AWTList)
Class
AWTList
class
Action
Returns the list item at the specified index.
Syntax
sItem
=
list
.
GetItem
(
index
)
Variable
Description
sItem
The name of the list item. STRING.
index
The index of the list item. The value is one-based. INTEGER.
Examples
STRING sItem =
ColorsList.GetItem
(1)