168k views
4 votes
The index number of a combobox object can be assigned to a(n) ____ data type variable

1 Answer

4 votes
A signed integer is the best option. In some systems, the value -1 can indicate that no combobox item is selected, so you need to allow for negative values.
User Razeh
by
8.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.