|
-
May 13th, 2013, 07:33 PM
#2
Re: Removing a Specific Item from Array
I have a suggestion that would make all this 100x simpler. Use a List(Of T) instead of arrays. The List(Of T) has methods to remove elements from it. That code you posted is the kind of thing you'd do in VB6. You don't have to torture yourself like that in VB.Net.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|