> From: Matthew Brand
> 
>    $ }. i. 2 3 4
> 1 3 4
> 
> How do I drop the leading axis to make the shape 3 4 ?
> 
Either of these will do in this case.

   $ ,/ }. i. 2 3 4
3 4
   $ {. }. i. 2 3 4
3 4

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

Reply via email to