On Fri, Sep 10, 2010 at 4:07 PM, Justin Paston-Cooper <[email protected]> wrote: > There's a varying amount of new weights from each weight in the > current level. Is there still a solution?
Yes: Instead of compressing out the "bad rows" and preventing them from happening, multiply those rows by 0. Then you can use keepv on the entire batch of potential weights for the level -- it will only retain rows which have an element which is greater than 0. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
