Computer Science Canada Random Strings? |
Author: | MysticVegeta [ Tue Jan 11, 2005 7:59 am ] |
Post subject: | Random Strings? |
If i have an array of strings, then, is there a command to get a random string? cause i am making hangman for my isp |
Author: | Neo [ Tue Jan 11, 2005 9:07 am ] |
Post subject: | |
word (Rand.Int (1, word.length)) |
Author: | MysticVegeta [ Tue Jan 11, 2005 5:19 pm ] |
Post subject: | |
Neo wrote: word (Rand.Int (1, word.length))
THANKS A LOT MAN!!!!!! YOU SAVED MY ISP!! |