Computer Science Canada File I/O and read |
Author: | andrew. [ Mon May 19, 2008 7:27 pm ] | ||
Post subject: | File I/O and read | ||
I have a question about file I/O concerning read. I've read the new tutorial and I don't understand how to read from a certain line.
I understand the read : stream part, but how do I specify the line (which should be where "Records" is located). |
Author: | andrew. [ Mon May 19, 2008 8:06 pm ] |
Post subject: | RE:File I/O and read |
Never mind. I figured it out. It gets all the information from the file and saves it to the variable. Then I can just use that variable as a string. |