Sorry for this beginner question, It's very late here so my head may not be on so straight right now. Anyways, I have a boolean array of 365 and I need to make a loop to set each array element to false, so that I have 365 elements equal to false. Not sure how to do it. Would I use a for loop? and how would I do it?