How can I delete an item from an array in VB.NET?
The variable i represents the index of the element you want to delete:
i
System.Array.Clear(ArrayName, i, 1)