12-14-2005 10:19 AM
12-14-2005 10:28 AM
03-11-2008 10:11 PM
This is similar to what I am trying to do, except I want to isolate the error.
What I am trying to do is compare 48 serial numbers in an array, find out if there is an empty string, or duplicate and note the location in the array so I can highlight the appropriate cell in the user interface.
I was using the same basic concept below, with the addition of a shift register to which I increment when a fault match is found and input that back into the start index of the search array.
How can I get the just the array location of the duplicate or blank space out of the loop.
help