Why am I only today noticing http://www.jsoftware.com/help/release/pm.htm?
This kind of thing is an essential tool for monitoring code coverage, and for focusing attention on the important bottlenecks, in a large body of code. Assuming it works (and I have not had time to try it yet): (*) Code that never gets executed should be treated as dubious. Either it needs documentation and test cases or it's garbage (or sometimes both). (*) Code that eats most of the time should sometimes get attention. It's probably working fine but sometimes there might be a more efficient approach. Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
