I often use a combobox for choosing a housesystem, problem is gauquelin, number 16, can't be used in most scripts.
Gauquelin can be easily left out of a combobox:
i = 0; for (i < 24)
{
if (i = 16) continue; ` gauquelin
comboboxcmd(0, 0, housesystem[i]);
}
command(COMBO, 0, 6, housesys);
Now for the combobox to still return the correct index just use this:
comboboxcmd(2, 0, ""); ` set combobox 0 to return index correctly for gauquelin position