|
Hi,
I want to come out from loop and function when ever i get error....
i am using like this
public sub function name()
loop
/// here i am getting error i want to come out from function
end loop
end sub
Now i am using 'return' but it is comin out from from loop only ... i want to come out from function
Thanks in Advance Kalees
|