After I Erase an array of objects, how can I test a node to see if still in its erased state? IsEmpty, IsNull and Is Nothing all return False.

Or is there a better way to clear the array than Erase?

I'm sure I've seen similar questions asked before but search isn't finding an answer.

Thanks...