>>-aComboBox~EditSelection(--startNdx--,--endNdx--)------------><
The EditSelection method selects the specified text range in the edit control of the associated combo box.
The arguments are:
The one-based index of the first character in the edit control to be selected. If you omit this argument or specify 0, the selection is removed.
The one-based index of the last character in the edit control to be selected. If you omit this argument or specify 0, the selection is removed.
The selection was successful.
An error occurred.