09-05-2014, 05:57 AM
I understand that there exist at least two ways (GetCallStack, getopt) to get the name of the calling macro in a function. I wonder whether there exists a way to get the calling place-line. This is particular useful if a function is called several times by a macro and you need to trace it. Thanks in advance.