I have an array declared as follows:
Dim myArray(200, 6) As Double

I'm declaring this within a for loop.
But for some reason it is retaining the previous loop's data.
Is there any reason for this?

What is the syntax to initialize it to zero?

Thanks
Ap