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 Mike Lewis 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. corey6486

    Problem Reading Files in QuickBasic

    Nevermind with almost 2 more hours of messing with the code, i finally got it to work. I had to change the code to this: OPEN "file.ext" FOR INPUT AS #1 DO UNTIL EOF(1) INPUT #1, info$ PRINT info$ LOOP
  2. corey6486

    Problem Reading Files in QuickBasic

    ok ive created a database to store all my customers and ive gotten my program to write the data to files successfully, but when i try to get the program to read them back to me, it only displays the first line of the file. i would like it to display the entire file. Any help would be...

Part and Inventory Search

Back
Top