G Guest May 5, 2007 #1 I am using an array in a VB loop. How do clear the contents of an array in VB? TIA.
M merjet May 5, 2007 #2 If you declared it w/o dimensions, then use ReDim. If you declared it with fixed dimensions, then use Erase. Hth, Merjet
If you declared it w/o dimensions, then use ReDim. If you declared it with fixed dimensions, then use Erase. Hth, Merjet