Ron, > does NOT allow you to CONTINUE execution, > from the same point where the error was raised,
Windows itself allows this, throw its 'structured exception handlers' (SEH). See EXCEPTION_CONTINUE_EXECUTION in http://msdn.microsoft.com/en-us/library/s58ftw19(VS.80).aspx > nor replace the expression Here you are right, or at least I've not found any way to do it. In either case, I like the Miguel idea of catching individual errors, just like errorsys do. Regards, Jose F. Gimenez ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

