Sorry but I missed out somthing in my last question. The if and else is ok but there is a little bit more to it wich is the problem I can’t resolve
I have like
$value = “number”
If “$value” is >0 and < 10
print "text 1
If “$value” is >10 and < 20
print “text 2”
If “$value” is >20 and < 30
print “text 3”
If “$value” is >30 and < 40
print “text 4”
and so on
Regards Terje