moai.DoMethod(id, "Insert", pos, e$)
e$
into the combobox. The insert position
is specified in the pos
argument. The new entry will be added in front of the
entry specified by pos
. This can be an absolute index position starting at 0
for the first entry or one of the following special values:
Top
Bottom
If pos
is bigger or equal to the number of entries in the combobox,
the entry will be inserted as the last entry.