D dgkindy Registered User. Local time Yesterday, 19:52 Joined Feb 22, 2007 Messages 34 Jan 23, 2009 #1 Is there a way in VB to make all data in an array null without having to loop through each item?
B ByteMyzer AWF VIP Local time Yesterday, 16:52 Joined May 3, 2004 Messages 1,408 Jan 23, 2009 #2 If it is not a fixed array, use the Erase statement: Code: [COLOR="Navy"]Erase[/COLOR] MyArray()