i am a little shy of asking this dumb question but how do i clear an array? i am used to use arraylists whom have a .Clear() method but arrays doesnt seem to support it...will i have to loop thru the whole array and set each member to nothing/null?