The manual says that " The column number in the file. 0 = first column,
1 = second etc. "next" - go to next line of file." So do I have to use
"next" some where to go to next line? if so where??

Ah-ha! I had the same question but I found the answer in an earlier response to the same question. You assign it to a dummy variable.


I.e:
first_variable => column 1
second_variable => column 2
dummy_variable => next   [or next()]

Also, did you know that you dont need to keep repeating the file name if you are reading from the same file?

Craig.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to