B
Brahm
Hey Guys!
is there anyway to get in runtime current function or sub name ?
Daniel
is there anyway to get in runtime current function or sub name ?
Daniel
But you are in the methode, why do you than need it to get it in thatthat can throw an error will call a global error message handler that logs
the message for troubleshooting when things goes wrong. Can't always rely
on the user to give us the details of the error. With this we know where
and when the error occurred.
We, for one, use this for code reusability, whereby all functions/subs
that can throw an error will call a global error message handler that
logs the message for troubleshooting when things goes wrong. Can't
always rely on the user to give us the details of the error. With
this we know where and when the error occurred.