in reply to Re: Long array -> multiple columns?
in thread Long array -> multiple columns?

You changed the output from
a e i b f j c g d h
to
a b c d e f g h i j

Replies are listed 'Best First'.
Re^3: Long array -> multiple columns?
by azredwing (Sexton) on Jan 30, 2008 at 06:56 UTC
    That's exactly the issue I had when I tried to approach it the first time by just popping/shifting stuff off like the subroutine above..