AddItem Method
Adds a New Item To a ListBox, COmboBox Or Grid
Syntax:
<ParentWindowName>.<ControlName>.AddItem (<cItem> | <acItem> )
<Item> type must be character for lists and combos, and array for grids
(in this case, the array lenght, must be equal to column count)