Hi. I'm writing a script which will read in a file and assign each line in the file to a variable. My problem is that I won't know the number of lines in advance. Is there a way to create the correct number of variables on the fly? It seems like there should be.