i need to find a way to look through my _ReadingArrayLi st3 and see if any number stored in the inarrayindex are duplicated. I need to first collect all the data and place it into the array, once the array is filled i call my sort SortArray() Sub that will look at every arrayindex in the _ReadingArrayLi st3, at this time after that i can;t seem to find out how to compare values in the array. Below is the code i have been working on.
Thanks
[CODE=vb]Public Sub SortArraylist()
For Each intarrayindex In _ReadingArrayLi st3
If _ReadingArrayLi st3.Then Then
Else
End If
Next
End Sub[/CODE]
Thanks
[CODE=vb]Public Sub SortArraylist()
For Each intarrayindex In _ReadingArrayLi st3
If _ReadingArrayLi st3.Then Then
Else
End If
Next
End Sub[/CODE]
Comment