I have two arrays, @array_a and @array_b, that contain info I want
formatted. I would like to have the output look something like:

dataset A                       dataset B
--------------------------------------------------------------
a1                              b1
a2                              b2
a3                              b3
....
a(n)                            b(n)

where a1 is the first element of @array_a, b1 is the first element of
@array_b. Every time I try something, I get a runaway format, so nothing
gets printed to screen. Any ideas

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to