Re: Comparing values between two arrays
- From: "darrel" <notreal@xxxxxxxxxxx>
- Date: Fri, 23 Dec 2005 11:11:13 -0600
> there are a lot of ways to do this. You could split on array loop through
> it and look for a non-negative IndexOf of the value within the other
> string.
>
> you could split both and loop through both
>
> you could split them and load them in arraylists and use Contains (which
> merely loops)
Looping it is!
Just realized that it's not really that big of an issue. Split one of the
two, loop through the other comparing.
-Darrel
.
- References:
- Comparing values between two arrays
- From: darrel
- Comparing values between two arrays
- Prev by Date: Re: Creating a file that can be seen in the browser
- Next by Date: Re: Table height in the new XHTML???
- Previous by thread: Comparing values between two arrays
- Next by thread: - Parser Error Message: Unable to load file
- Index(es):
Relevant Pages
|