Select Method (AWTChoice)
Class
AWTChoice
class
Action
Selects the specified item in the combo box.
Syntax
choice
.
Select
(
item
)
Variable
Description
item
The name or index of the item to select. LISTITEM.
Examples
ColorsChoice.Select
("yellow")
ColorsChoice.Select
(1)