Get random string
#3

PHP код:
stock minrandom(minmax)
    return 
min random(max min); 
PHP код:
new randomString[10];
for(new 
isizeof randomStringi++)
{
    
randomString[i] = minrandom('A''Z');

If you also want lowercase letters and numbers then you can use another call to random to randomize that, too.
Reply


Messages In This Thread
Get random string - by HoussemGaming - 26.06.2017, 21:11
Re: Get random string - by Logic_ - 26.06.2017, 21:19
Re: Get random string - by Vince - 26.06.2017, 21:30
Re: Get random string - by SyS - 27.06.2017, 04:10
Re: Get random string - by OuDayas - 20.03.2019, 19:37
Re: Get random string - by NaS - 20.03.2019, 19:50
Re: Get random string - by B3x7K - 20.03.2019, 19:51

Forum Jump:


Users browsing this thread: 3 Guest(s)