12.12.2012, 18:47
Well, I'm not such a maths fanatic either but, I suppose the parameters aren't so hard, randomString(string,length);
string is the variable in which u want to store the characters in, new string[17];
then length is the amount of characters u want, so 16.
I suppose this should work.
string is the variable in which u want to store the characters in, new string[17];
then length is the amount of characters u want, so 16.
Код:
new string[17]; randomString(string,16);

