Computer Science Canada

Help me with Seek in Text Files

Author:  BigBear [ Sat Jan 12, 2008 4:13 pm ]
Post subject:  Help me with Seek in Text Files

I am using turrring and trying to make a word jumble game where when you play scambled word are display and users must de scamble the word. I want to seek around a text file even if i only have 5 letter words or some thing. ALso if you know some code to randomise a word that would be helpful aswell.

Author:  Clayton [ Sat Jan 12, 2008 4:33 pm ]
Post subject:  RE:Help me with Seek in Text Files

For randomizing the order of the letters in your word, you can do one of a few things:

1)Learn how to swap values
2)Figure out how to take a random letter
3)Search the forums for the answer to this question, it's been asked more than once.


: