Random Number and Text
#4

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.

Код:
new string[17];
randomString(string,16);
I suppose this should work.
Reply


Messages In This Thread
Random Number and Text - by CrazyChoco - 12.12.2012, 17:41
Re: Random Number and Text - by Mike_Peterson - 12.12.2012, 18:11
Re: Random Number and Text - by CrazyChoco - 12.12.2012, 18:34
Re: Random Number and Text - by Mike_Peterson - 12.12.2012, 18:47

Forum Jump:


Users browsing this thread: 1 Guest(s)