Skip to Content
0
Former Member
Oct 24, 2005 at 03:49 PM

I can write a column in the same level to the other?

16 Views

I'm using a write: /. into a loop to print the information in a vertical form but, when the second column is printed in the screen is started after the last line of the first column, like this:

column1        column2

100             
150             
                 200
                 500

I wish to do that:

column1        column2

100             200
150             500
                

Thanks for the help people!!