On Mon, Dec 5, 2016 at 3:12 PM, Moon S <[email protected]> wrote:
> Another approach could be to left-pad all the items to the same length, so
> that 'open' would give a good char matrix.

   >;:'this is an example'
this
is
an
example

   |."1>|.&.>;:'this is an example'
   this
     is
     an
example

(but you need a fixed width font if that's not aligned right)

> But again, "1 doesn't look pretty.

character sets are ugly.

That said:

   |.&.|:>|.&.>;:'this is an example'
   this
     is
     an
example

Not sure if this helps...

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

Reply via email to