Array.Remove (gb)
Syntax
SUB Remove ( Index AS Integer [ , Count AS Integer ] )
Removes one or more elements from the array.

If Count is negative, then all elements from the specified Index are removed.