I'm trying to read in data from a text file (data is in column format) and store it in arrays. Is there any simple method to do it, or must I read in line by line and process each line character by character?