stock IsNumeric(str[]){for(new i, j = strlen(str); i < j; i++){ if(str > \'9\' || str < \'0\') return 0;}return 1;}