in reply to Syntax error - beginner question
$Y = ($X + 2000) if ($X >=0 && $X < 10) ; $Y = ($X + 1900) if ($X >=10 && $X < 100) ; [download]