in reply to Re: Smart way to read a file vertically?
in thread Smart way to read a file vertically?

Fails for 'Mary Lou Retton' and 'Ludwig van Beethoven'

  • Comment on Re^2: Smart way to read a file vertically?

Replies are listed 'Best First'.
Re^3: Smart way to read a file vertically?
by Anonymous Monk on May 26, 2015 at 17:44 UTC
    If we consider a slightly different situation: Say the first names are in one file, last names in another, and so on. How might one be able to read in from those files and print out to a master list with each column of data side by side? I could read it in and print each file line by line, but I want to print them column by column and don't really know how to do that.