On visual studio watch1
"NumbersLcl(xc, yc)" is 6,
"NumbersLcl(x1, y1)" is 7.
Both "y1" and "yc" are 0.
All variables are byte and NumbersLcl is (2,2) as byte. How can the following statement evaluate as true?
If y1 = yc And NumbersLcl(xc, yc) = NumbersLcl(x1, y1) Then isfound = False