Hopefully there is an answer to this... I am in the series of doing some "if" work that involves numbers. I currently have:
if ($value => "100000", =< "300000")
which is totally wrong, but what i really want to do is make it recognise the numbers between 100000 and 300000..
Thanks in advance..
if ($value => "100000", =< "300000")
which is totally wrong, but what i really want to do is make it recognise the numbers between 100000 and 300000..
Thanks in advance..