On Oct 29, 2004, at 1:16 PM, K wrote:
I guess my question has mutated. Is is possible with a front script to catch all "errors" process them (if one dems them of the approiate type) and have the calling script continue processing where it left off with a ret value?

This doesn't answer your question directly but if you are trying to call a handler which may or may not exist then you can do this:


try;idontExistFunction();catch errno;end try

and your scripts will keep on going even if the function doesn't exist. Would this help in your case?


-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to