ArrayList
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I am building an array so that items added in one form are made available to the second form. I am able to update the array by editing and adding items, but how can I delete an item from the list, so that it is not available to either forms.
-
I am building an array so that items added in one form are made available to the second form. I am able to update the array by editing and adding items, but how can I delete an item from the list, so that it is not available to either forms.
ArrayList.Remove, ArrayList.RemoveAt, ArrayList.RemoveRange? :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy 2008!