On Wed, 05 Nov 2003 14:47:53 -0500, Motherofperls wrote: > I have some large files that all have data for filling one table.
What is a "table" in this context? > 1. I want to read from each of these files one line at a time at the > same time without assigning the file to an array. Easy enough; Just open both files and read one line at a time from both of them. But what do you want to do if one of the files have more lines in it than the other? > Does anyone have any example code? For what? Reading from files? What are you having trouble with? -- Tore Aursand <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
