On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Given:
open =: 100 101 103 104 103 102
close =: 101 100 104 104 105 103
how about
+/ open(index+1) % close(index)

Perhaps you mean
  +/ (}.open) % }:close
?

If not, could you specify more precisely what it is that
you mean?

Thanks,

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

Reply via email to