Hi. I have the function:
Sub KillAll(Extends k As String())
for i As Integer = Ubound(k) downto 0
k.Remove(i)
next
End Sub
Which is supposed to loop thru and delete all the values in an array.
Is there a better way to do this??
Giles.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
