---Sherlock, Ric wrote:
> In that case you could convert them to numeric first before unboxing.
>    > _99". each tstbtxt
> 5 2 3
> 1 9 4
> 8 6 7

Actually the following would be simpler:
   _99". every tstbtxt
5 2 3
1 9 4
8 6 7
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to