Array.Remove (gb)

Sub Remove ( Index As Integer [ , Length As Integer ] )

Removes one or more elements from the array.

If Length is negative, then all elements from the specified Index to the end of the array are removed.