Thread: Only Numbers
View Single Post
Natsheh
Veteran Member
Join Date: Sep 2012
Old 02-20-2021 , 16:29   Re: Only Numbers
Reply With Quote #3

PHP Code:

stock bStringAreNumbers
(const String[])
{
   for(new 
imaxloop strlen(String); maxloopi++)
   {
      if( ! ( 
'0' <= String] <= '9' ) ) return false;
   }
   return 
true;


although listen for what bugsy told you, this example is just for clarification!
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 02-20-2021 at 16:40.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh