Brian,

If you set are on using Copy, then I think that clearest path forward is in 
adjusting 'a' a little by adding filler to receive the ajb arguments.

    ]a =: 10+i. 2 3
10 11 12
13 14 15
   1 ,. a
1 10 11 12
1 13 14 15
   , 1,.a
1 10 11 12 1 13 14 15
   ,&1 , 1 ,. a
1 10 11 12 1 13 14 15 1
   0j6 1 1 1 0j2 1 1 1 0j6 # ,&1 , 1 ,. a
0 0 0 0 0 0 10 11 12 0 0 13 14 15 0 0 0 0 0 0

Cheers, bob


> On Apr 27, 2019, at 8:41 AM, Brian Schott <[email protected]> wrote:
> 
> I found a workaround that is quite unpleasing.
> 
>   0j6 1 1 1 (#0,]) 10 11 12
> 0 0 0 0 0 0 10 11 12
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

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

Reply via email to