how do i clear all elements in an arraylist?
+1
A:
Dim myAL As New ArrayList()
myAl.Clear()
http://msdn.microsoft.com/en-us/library/system.collections.arraylist.clear.aspx
Also.. With respect to Joel's comment...
madcolor
2009-10-29 18:32:02