R
Ray
Hello All,
I have a sub routine that calls a function. When certain
conditions are met in the function, I've used an exit
function command to exist the function.
However, the program resumes on the next line of the sub
routine that called the function.
How can I exit the function and also exit the sub routine
on the line following the call of the function.
Also, how can I determine what sub routine called a
function within the function itself.
Thanks in advance for your time.
Ray
I have a sub routine that calls a function. When certain
conditions are met in the function, I've used an exit
function command to exist the function.
However, the program resumes on the next line of the sub
routine that called the function.
How can I exit the function and also exit the sub routine
on the line following the call of the function.
Also, how can I determine what sub routine called a
function within the function itself.
Thanks in advance for your time.
Ray