limit error typically means you are doing something different from what you think you are doing. Here's an example:
i.1+i.1+i.9 |limit error I would probably start by examining the values used in the expression which is getting this error. They are probably overly large, or something. >./,(*/"1)1+i.1+i.9 1.091e50 In my example, here, I was trying to create an array with 1e50 elements (among other things). Since I cannot inspect your system, though, I think you should do that part. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm