electricpete
Technical User
It's probably not possible, but I'll ask anyway.
Let's say I pass an argument of type double byRef to a function. The function knows the address of that variable. Can the function also figure out the name of that variable in the calling environment and return it to me as a string?
Let's say I pass an argument of type double byRef to a function. The function knows the address of that variable. Can the function also figure out the name of that variable in the calling environment and return it to me as a string?