I'm trying to build a method that will fill any array with zeros. I would like to be able to pass the array into the method and have that array returned filled with zeros.
If there is a method that already does this that would obviously be even better.
Will for Each work? What would the syntax on that be in order to fill up a multidimensional array?