07-29-2013, 10:03 PM
Is there any way we can exit the parent function as well.
E.g
Function F1
call F2
.....
.....
End Function
So if during execution of function F2 it fails and i want to exit function F2 as well as F1..Can we do that using code?
E.g
Function F1
call F2
.....
.....
End Function
So if during execution of function F2 it fails and i want to exit function F2 as well as F1..Can we do that using code?