Problem with Array and missing objects

Hello all, I was wondering if there is a way to reference missing objects in an array. I am using a RemoveAt function to get rid of array items but it does not seem to shorten the array but leave a spot "missing". I know I can reference an array space if it is null but is there a way to tell the code to look for if it is missing?

Hi,

Have you tried to check if `array*==null` ?

*