I'm not looking for a specific answer, but rather, just some clues to get me in the right direction. I have a single dimension array like myarray="1,1,1,0,1,1,1" or myarray="0,1,1,1,1,1,1,1" or even myarray="1,1,1,1,1,1,1".
I am looking for a way to search myarray for any different numbers. In...