Hello all,
This one's a bit of a cheaky one....and tricky.
So i've managed to read a text file - that's brilliant.
Now, I wish to select a random word from there where the text file looks like this:
Blue
Red
Purple
Pink
etc.
All I want to do is randomly select one of the words. I may update the text file whenever I wish to and it should cause no affect to the program ( no added code for that, i know )
Any suggestions?