On 8/16/07, Philip A. Viton <[EMAIL PROTECTED]> wrote: > As to slowdowns, point taken: but I'm using J here as a way to > prepare a dataset for input to a statistics package, so the work > won't be repeated often, and I may be willing to put up with slow > processing.
In that case, you can ensure whatever result you want. For example: inde=:1 :'u`(_."_)@.(_. e. ,)"0' 1 2 3 <.ind 1 _. 3 1 _. 3 (You could also define inde tacitly, but explicit is a bit more concise.) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
