
-----------------------------------
Intet22
Tue May 31, 2011 8:06 am

Way to get turing to read the mount of .txt files in a folder
-----------------------------------
I am making a program which does a survey for teachers, but I have hit a slight problem. I can't figure out how to make it so I can display all of the teacher's names, to chose from a log in screen. I have a database with all of the teachers names but I need to find a way to get all of them no matter how many names are in the file.

-----------------------------------
goroyoshi
Tue May 31, 2011 8:36 am

RE:Way to get turing to read the mount of .txt files in a folder
-----------------------------------
look into seek

-----------------------------------
Tony
Tue May 31, 2011 9:04 am

RE:Way to get turing to read the mount of .txt files in a folder
-----------------------------------
seek would be appropriate for finding a particular item in a binary file.

What exactly is the problem with displaying a lot of names?

-----------------------------------
Intet22
Tue May 31, 2011 9:41 am

Re: Way to get turing to read the mount of .txt files in a folder
-----------------------------------
Design the program for teachers so I need to make it idiot proof.

Thanks for the help

-----------------------------------
Tony
Tue May 31, 2011 9:45 am

RE:Way to get turing to read the mount of .txt files in a folder
-----------------------------------
That is not a question.
