>>-aComboBox~SelectIndex(--index--)----------------------------><
The SelectIndex method selects the list entry at the specified position. The currently selected list item in the combo box is highlighted and surrounded by a dotted border.
The only argument is:
The index (starting with 1) of the list item to be selected. If you specify 0 for this argument, the combo box must not contain any selection.
0 if an error occurred or you specified 0 for index to remove the selection.