Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LostWanderer

    I need help in figuring out how to read from a text file

    Try loading all of the words at the beginning and storing them in an array. Open "textfile.txt" For Input As #1 For a = 1 To wordmax Input #1, word(a) Next Close #1 newword = Int(Rnd(wordmax)) Print word(newword) That should show a random word from a textfile that has them stored...

Part and Inventory Search

Back
Top