mysql error
#2

try this:
pawn Код:
StringNumeric(const str[])
{
    for(new i = 0,ii = strlen(str);i < ii;i++)
    {
        if(str[i] > 9 || str[i] < 0) return 0;
    }
    return 1;
}
Reply


Messages In This Thread
mysql error - by LazyB0y - 03.11.2014, 14:43
Re: mysql error - by Eth - 03.11.2014, 14:51
Re: mysql error - by CutX - 03.11.2014, 15:21
Re: mysql error - by LazyB0y - 04.11.2014, 07:28
Re: mysql error - by Vince - 04.11.2014, 09:30
Re: mysql error - by LazyB0y - 04.11.2014, 09:47
Re: mysql error - by Runn3R - 04.11.2014, 11:28
Re: mysql error - by LazyB0y - 04.11.2014, 11:29
Re: mysql error - by Runn3R - 04.11.2014, 11:33
Re: mysql error - by LazyB0y - 04.11.2014, 11:33

Forum Jump:


Users browsing this thread: 2 Guest(s)