On 10/22/07, Henry Rich <[EMAIL PROTECTED]> wrote: > The key: ITEMS of the contents of the boxes are joined into > a list of ITEMS.
Perhaps an example will make this clearer: [EMAIL PROTECTED] >:@i.each^:2 >:@i.2 2 +-+-+ |1|2| +-+-+ |3|4| +-+-+ [EMAIL PROTECTED]; >:@i.each^:2 >:@i.2 2 4 <"_1 ; >:@i.each^:2 >:@i.2 2 -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
