I have learned a lot ffom all the different ideas. Now, here's how I want to 
take it apart. Is there a better way?


]BB=:;/|:,:B
┌─┬─┐
│0│1│
│2│3│
│4│5│
│6│7│
└─┴─┘
   <"2|:"2 >BB
┌───────┬───────┐
│0 2 4 6│1 3 5 7│
└───────┴───────┘

Thanks to all!  Linda

-----Original Message-----
From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf 
Of Ben Gorte - CITG
Sent: Friday, August 25, 2017 5:01 AM
To: programm...@jsoftware.com
Subject: Re: [Jprogramming] How to enclose two columns

if short is a virtue:

   ;/|:,: B
+-+-+
|0|1|
|2|3|
|4|5|
|6|7|
+-+-+

Ben
________________________________________
From: Programming [programming-boun...@forums.jsoftware.com] on behalf of bill 
lam [bbill....@gmail.com]
Sent: Friday, August 25, 2017 05:54
To: programm...@jsoftware.com
Subject: Re: [Jprogramming] How to enclose two columns

   <"1 |: B
+-------+-------+
|0 2 4 6|1 3 5 7|
+-------+-------+

if this is not what you wanted, then try

   <@,."1 |: B
+-+-+
|0|1|
|2|3|
|4|5|
|6|7|
+-+-+


--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver 
subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to