Hi all,
It is easy enough to add or remove items in a ListBox,but is it possible programatically to remove the items by referring to the index rather than the string(or number) item itself.
Then once the first item has been removed(index 0) make the next item in the list(item 1) the new item 0. I think it might involve a loop.Is this possible.
Hope this makes sense
LL