Raul Miller wrote:
>
> If you had used <@<. in place of <. you would have seen
> the difference between "0, "1 and "2
>

<@<
will produce the same results for "0 "1 etc

   <@<."0 b
+-+-+
|4|6|
+-+-+
|8|9|
+-+-+
   <@<."1 b
+-+-+
|4|6|
+-+-+
|8|9|
+-+-+


<@:<.
gives different boxed results

   <@:<."0 b
+-+-+
|4|6|
+-+-+
|8|9|
+-+-+
   <@:<."1 b
+---+---+
|4 6|8 9|
+---+---+

Is this what you mean?


Thanks


a.{~q:9991


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

Reply via email to