On Jan 16, 2008 3:44 PM, Kairit Sirts <[EMAIL PROTECTED]> wrote:
> I have a monadic verb (let's call it monverb) which I want to call out 500
> times with arguments 0 to 499. Each call of this verb produces a list of 500
> numbers. As a result I want to get 500 * 500 matrix where each row presents
> the each call result.
>
> I have figured out that I should use $: for self referencing and increment
> the argument with each call.

I would not approach this problem in this way.

I would use something like
   monverb"0 i.500

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

Reply via email to