don't think that is possible, perhaps this helps ,. ;: 'H IJ' ┌──┐ │H │ ├──┤ │IJ│ └──┘
----- Original Message ----- From: Linda Alvord <[email protected]> To: [email protected] Cc: Sent: Friday, October 3, 2014 10:00 PM Subject: [Jprogramming] How can I I box items in an array What I would like to do is box the three letters in a so the boxes do not touch each other. ]A=:2 2$'H IJ' H IJ ]B=:<"0 A --T-┐ │H│ │ +-+-+ │I│J│ L-+-- ]C=:<"0 B ----T---┐ │--┐│--┐│ ││H│││ ││ │L--│L--│ +---+---+ │--┐│--┐│ ││I│││J││ │L--│L--│ L---+---- ]D=:(<'') (< 0 1)}C ----T---┐ │--┐│ │ ││H││ │ │L--│ │ +---+---+ │--┐│--┐│ ││I│││J││ │L--│L--│ L---+---- >D --┐ │H│ +-+ │ │ L-- --┐ │I│ +-+ │J│ L-- The result should have only three boxes. It should look llike D, but without the outer square of 4 smaller squares. I thought it would be easy, but: Linda ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
