On Sun, Apr 26, 2009 at 7:10 AM, Matthew Brand <[email protected]> wrote: > A. Does anybody know what I am doing wrong? ... > destroy_A_ ''
This destroys the class A. I think you meant destroy_A_ f.'' This uses the method class A would be using for destroy, but on the current object instead of on the class. FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
