Med "kod" menar jag att jag vill loopa uttryck i en if-sats. Tex:
if ( $exception[$key] && $$key != $exception[$key][0]
&& $$key != $exception[$key][2]
&& $$key != $exception[$key][4]
&& $$key != $exception[$key][6]
&& $$key != $exception[$key][8]
&& $$key != $exception[$key][10]
&& $$key != $exception[$key][12] ) // loopen ska fortsätta fram till ett angett nummer.
Finns det något finurligare sätt att lösa detta på?
Fundera inte på vad jag ska ha det till :)