VB Code:
  1. Private Sub Command1_Click()
  2.  
  3. List1.AddItem "item"
  4. List1.AddItem "item"
  5. List1.AddItem "item"
  6.  
  7. End Sub

How could I make the ListBox automatically remove items with the same name?