Chris Burke wrote:
> Slightly simpler is:
>
> 0 ". &> 6 {"1 dat NB. return numeric list from column 6
Better:
0 ". > 6 {"1 dat NB. return numeric list from column 6
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
