>>-aComboBox~GetText(--index--)--------------------------------><
The GetText method gets the text of the list item at the specified position in the combo box.
The only argument is:
The one-based index of the combo box item containing the text you are interested in.
The text of the combo box item at the given position, or an empty string if the index does not refer to an item or an error occurred.