On Dec 3, 2007 3:43 AM, Joey <[EMAIL PROTECTED]> wrote: > And when I said the tacit form returned boxes, I might when I looked > at the verb it was boxed. > You showed: > ]ft2 =: 13 : 'x:+/y -(i.4)* _1+%:y' > [: x: [: +/ ] - 0 1 2 3 * _1 + %: > > But for me, this happens: > ]ft2 =: 13 : 'x:+/y -(i.4)* _1+%:y' > +-+----------------------------------------------+ > |]|+--+--+--------------------------------------+| > | ||[:|x:|+--+-----+---------------------------+|| > | || | ||[:|+-+-+|+-+-+---------------------+||| > | || | || ||+|/|||]|-|+-------+-+---------+|||| > | || | || |+-+-+|| | ||0 1 2 3|*|+--+-+--+||||| > | || | || | || | || | ||_1|+|%:|||||| > | || | || | || | || | |+--+-+--+||||| > | || | || | || | |+-------+-+---------+|||| > | || | || | |+-+-+---------------------+||| > | || | |+--+-----+---------------------------+|| > | |+--+--+--------------------------------------+| > +-+----------------------------------------------+ > > *I know the formatting is lost, but I think you can get the idea. > So can I just write out that box, and it will work?
You can use the Edit->Configure menu option to change this. (I think most people using J change from the default 'box' to 'linear', though people learning J might want to enable multiple selections and have several options enabled so they can get some perspective.) If you are using jconsole (which does not have menus), you can use the 9!:3 to change this. (9!:3 also lets you use a different order than the menu option.) Since 9!:3 only applies to your current session, you would need to deal with your user initialization script if you wanted a "permanently changed default". -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
