I am needing to RANDOMLY inport a string from a txt file.
I know how to get strings, single lines, single characters etc in order, but I have no idea how to jump to a random place, and get that entire word.
The way the txt file is set up is:
Word1
Word2
Word3
Word4
Word5
etc
So basically, the word, \n, another word, \n etc
Anyone able to help me with that?
[edit]
Also, I would prefer it if the person could explain why you do what, instead of just a straight code paste. I would find it alot more useful to understand why I am doing what, instead of blindly following
Cheers
Muss