June Kim wrote:
> isn't what I'm looking for. It should be instead:
> 
>    a verticalbar b
> ||abc  ||xyzxyz   ||
> ||def  ||xyz      ||
> ||g    ||xyz      ||
> ||hijkl||xyzxyz   ||
> ||mn   ||xyzxyzxyz||
> 
> 
> Suppose you are to copy and paste the result into the J wiki and also
> let it stay easy to modify when in edit mode.

If the goal is to paste into the wiki, here are a couple of methods:

   A=: a,.b,.c      NB. can be any length

   B=: (<'||') ,each A ,. <LF

   wdclipwrite ;B   NB. not padded with spaces (not required in wiki)

   wdclipwrite ;|:('';1) <"1@:>@, ;.1 B   NB. cols padded with spaces
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to