in reply to Array logic!

First things first you'll want to sort your arrays.

Update: After re-reading the question and reading the responses of others it's unlear what the original poster is asking.

Replies are listed 'Best First'.
Re: Array logic!
by Abigail-II (Bishop) on Aug 06, 2003 at 12:28 UTC
    Uhm, no, I don't think so. First, the big array is already sorted, that's a given, and so is the array in the example. Second, if you sort the second array, how would you which numbers of the smaller array are correct, and which arent'?

    Abigail