On Sat, Sep 18, 2010 at 8:11 AM, Marshall Lochbaum
<[email protected]> wrote:
> As a simplification, I would suggest enfiling the array rather than
> converting indices:
> ({~ 11 ? #) ,arr
>
> The way to go is still deal, though.

Yes, or:

   dealThem=: (? #) { ]
   3 dealThem ;:'this is a test of something'
+--+----+---------+
|of|this|something|
+--+----+---------+

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

Reply via email to