Does this do the same thing as
//- getRandomString (returns a random string of the specified %length)
function getRandomString(%length)
{
%numeroalphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
for(%i=0;%i<%length;%i++)
{
%string = %string@getSubStr(%numeroalphabet,getRandom(0,strlen(%numeroalphabet)-1),1);
}
return %string;
}
?
Mediafire isn't loading for some reason.