I want to look in a big array for three signs in a row
i use this code to do it but it doesnt seems to work.
It is supposed to jump out of the while loop when it finds "12D"
It jumps out of the while loop as soon as it find a "D"
Help please...
Code:while (Barcode[date0] != 1 && Barcode[date1] != 2 && Barcode[date2] != 'D') { date0++; date1++; date2++; }



LinkBack URL
About LinkBacks


