On 7/3/07, Glenn M. Lewis <[EMAIL PROTECTED]> wrote:
OK, so now I'm trying to limit the result to a maximum of 64 columns.
I don't understand why you want this, but here's a
verb to limit a list to the first 64 (or less) entries:
({.~ 64 <. #)
For example:
k=: ({.~ 64 <. #) I.*./ j{table
--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
