
-----------------------------------
andrew.
Mon May 19, 2008 7:27 pm

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.

read : stream, Records

I understand the read : stream part, but how do I specify the line (which should be where "Records" is located).

-----------------------------------
andrew.
Mon May 19, 2008 8:06 pm

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.
