I want to make my output look something like this:
First line of text Second line of text
Third line of text Fourth line of text ...
I'm having the hardest time figuring out how to do this.
I have an array of strings, and they're pretty close to the same length. Sadly, they're many (in excess of 50), and to display them as a menu is rather ungainly.
I'd also be very happy just splitting it down a third, after a specified number, and displaying the rest in a second and third column.
1 26 51
. . .
. . .
25 50 * Thanks for your help.