ComboBox.Add (gb.qt4)

Sub Add ( Item As String [ , Index As Integer ] )

Inserts an element in the popup list box.

If Index is specified, then the new item is inserted at the Index position, 0 being the first item.

If Index is not specified, the new item is inserted at the end of the list.