Hey guys, i'm having a little trouble with a listbox and the additem method..
I add my first item, with the index of 0, increment the index i use then add the next etc, i remove the entry in the listbox with .removeitem <index> method and it removes fine, *but* as soon as i try to re add that same item (the same string), with a different index, it errors with invalid procedure call or argument... any ideas?