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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tamz

  1. Tamz

    Finding the number of lines in a text file

    Fixed. I had to write readln(listofwords), of course - silly mistake. Sorry for wasting anybody's time.
  2. Tamz

    Finding the number of lines in a text file

    edit: I changed the code slightly, and now it does count the number of lines correctly. However the program waits for input after each line (ie, if the textfile is 3 lines long, the user must click enter 3 times before the program continues). This ruins the screen layout and also does not make...
  3. Tamz

    Finding the number of lines in a text file

    I'm trying to write a procedure to find the number of lines in a text file -- as far as I can see, the following *should* work, but it gives wildly innacurate results and also messes up the rest of the program (which works fine when the procedure is disabled). What am I doing wrong?? procedure...

Part and Inventory Search

Back
Top