01-27-2007 08:30 AM
01-27-2007 12:02 PM - edited 01-27-2007 12:02 PM
Still the code will be similar in all cases. Feed both arrays to a FOR loop, compare elements pairwise however you choose, and select the winner. Form a new 1D array in an outoindexing output tunnel. Create a table from the resulting array.
I assume both input arrays have the same number of elements. If not, you need to decide what to do with the surplus elements and adjust the code accordingly.

Message Edited by altenbach on 01-27-2007 10:02 AM