M
Mike Fechner
Guest
I still don’t see why you need 2 RETURN’s for the value. When the code comes to the end, you return the value – there is no need to rely on the FINALLY block RETURN. When the code errors out first, the returned value is irrelevant anyway.
Continue reading...
Continue reading...