for($i=-2;$i<=80;$i+=5) { my $a = $i+2; my $b = $i+4; if($restnutzung >= $i && $restnutzung <= $b) { $restnutzung = $a; } }