On Tue, Nov 10, 2009 at 4:23 PM, Tirrell, Jordan (Consultant) <[email protected]> wrote: > Given a key (in the sense of /.), I'd like to obtain the rank (the > i.~\:~ kind, not the " kind) of each item within the collection > corresponding to its key. My first instinct was to try (i.~\:~)/. but > this is not exactly what I want.
To get the keys for this kind of operation, I would use ~. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
