One last question. So, I define a catchd. block. Then it will run only if debug is off. But if I want to see the error at the point of failure, I put in a line to turn debug on after the try. statement. Now if I encounter an error in that block J will stop on the line in error. It never gets a chance to get to the catchd. block. The error would never be passed to a catch. block either. I handle the error manually. The error is gone. So the catchd. and/or catch. block never runs anyway as there is no longer an error. If I have both catchd. and catch. blocks only the first block would ever run. The second one would be useless.
What am I missing? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
