13.05.2012, 17:10
ahh im sorry
i forgot to convert it to a number.
i forgot to convert it to a number.
pawn Код:
if (!(15 <= strval(inputtext) <= 100))
{
//invalid year
}
else
{
//valid year
}