[Ajuda] Como verificar se parametro SSCANF IsNumeric
#3

PHP код:
stock bool:IsNumeric(const str[])

    new 
tmp;
    for(
sscanf(str,"d",tmp))return true;
    return 
false;     

Reply


Messages In This Thread
Como verificar se parametro SSCANF IsNumeric - by TheBob - 22.01.2017, 20:06
Re: Como verificar se parametro SSCANF IsNumeric - by RodrigoMSR - 22.01.2017, 20:34
Programando e Relaxando! - by RazorGuigo - 22.01.2017, 20:48
Re: Como verificar se parametro SSCANF IsNumeric - by Whoo - 22.01.2017, 21:23
Re: Como verificar se parametro SSCANF IsNumeric - by ipsLuan - 22.01.2017, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)