|
I was wondering if I run a if statement inside of a loop if I can then use a else statement for it on the outside of that loop. The basic thing I am trying to do is compare all the values in an array to the id variable before proceeding to the else statement.
|