Search results for query: *

  1. Z

    Collection was modified; enumeration operation may not execute.

    This function is supposed to delete duplications from an ArrayList, Public Function RemoveDuplicationIntegers(ByRef TheArray As ArrayList) As ArrayList Dim TMP1 As ArrayList TMP1 = TheArray Dim tmpValue1, tmpValue2 As Integer Dim tmpfirstvalue As String = TMP1.Item(0) Dim TMP2 As New...
Back
Top