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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.