Okay, what's the best way to find a line of identical data in an array's list.
I've already got something working, with a (canny) few For... Next loops to check left/right/up/down and diagnally, up to 4 elements in the array, but this seems overkill.
Is there a quicker way, because my mind cannot comprehend it at the moment... yep, I have a hangover! :)
Thanks in advance
Dabz
I've already got something working, with a (canny) few For... Next loops to check left/right/up/down and diagnally, up to 4 elements in the array, but this seems overkill.
Is there a quicker way, because my mind cannot comprehend it at the moment... yep, I have a hangover! :)
Thanks in advance
Dabz