Very strange question?
Trevor DeVore
lists at mangomultimedia.com
Fri Oct 29 16:32:58 EDT 2004
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
trevor at mangomultimedia.com
More information about the use-livecode
mailing list