If I have the following code

dim A(5, 1000000) as double
... ' code that does not involve manipulating A
Would all the entries in A be initialized to 0 by default?

Thanks,

Stanley