>>-aComboBox~Find(--TextorPrefix--+---------------------------------+--)->< +-,--+------------+--+----------+-+ +-startIndex-+ +-,--exact-+
The Find method searches the combo box for a list entry containing the specified text or prefix. The search is caseless.
The arguments are:
The text or prefix for which the list is searched.
The first list item at which the search is to be started. When the search reaches the bottom of the list, it is continued backward. If you omit this argument or specify 0, the entire list is searched.
If you specify 1 or E, the text of the list item must exactly match the text specified for TextorPrefix. If you omit this argument or specify 0, the list entries are searched for a prefix that matches TextorPrefix.
The one-based index of the list entry that matches the search text, or 0 if not found.