I'm wondering what the proper way to remove an item from an array is. The way i am doing it at the moment is:

Code:
MyArray(0) = Nothing
Is this the best way to do it as i'm having problems with my programme and i think it may be something to do with this?