Re: Returning from an included script while inside a function ?
Posted by joe on 02/03/06 04:03
Yes indeed I could, and that is probably what I'll end up doing.
It just seems like a shame that return can't exit multiple levels
(first exit the function - then exit the include file), because it
would make things simpler. That way I'd only have to write the
errorcheck one place. Now I have to write it several places.
So yeah - it's not a showstopper, only a minor nuisance :)