Hi, I would like to see if a value equals any of the values in an array. like this
Beginning of function(here I give Val differnt values with for loops...)
for (i=0;i<array_size;i++)
if (Val==array[i])
do something
else
do something else if non of the above values matched val...
If none of the Arrayvalues matches my val I would like to do something else, but only once... And if it matches then I would like to go back to the beginning of the function that will give me a different value to val... Where should I put in this code
Thx, for a great forum /Buxley