Author |
Message |
Intet22
|
Posted: Tue May 31, 2011 8:06 am Post subject: 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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
goroyoshi
![](http://compsci.ca/v3/uploads/user_avatars/13875868514dae1bcc8da17.png)
|
Posted: Tue May 31, 2011 8:36 am Post subject: RE:Way to get turing to read the mount of .txt files in a folder |
|
|
look into seek |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Tue May 31, 2011 9:04 am Post subject: 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? |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
Intet22
|
Posted: Tue May 31, 2011 9:41 am Post subject: 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 |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Tue May 31, 2011 9:45 am Post subject: RE:Way to get turing to read the mount of .txt files in a folder |
|
|
That is not a question. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
|