Android Question Get name of the calling sub ?

TelKel81

Active Member
Licensed User
Hi, I would like to obtain the name of the calling sub without having to actually pass the name of the sub as a parameter to the called sub. Is there a way to do that ? The reason is for debugging/logging purposes. Thanks !
 

TelKel81

Active Member
Licensed User
I would like to avoid adding a line on the calling sub. I would like to do the work in the called sub.
 
Upvote 0