PearlGI
Registered User.
- Local time
- Today, 11:26
- Joined
- Aug 30, 2001
- Messages
- 125
How can you identify the name of the SubProcedure that called a Function.
Surely the function must know where it's return address is?
The problem I'm trying to solve is this:
I've set up a function which could be called from any number of SubProcedures, but I need to be able to detect which SubProcedure the call came from.
Can anybody help? Surely there's a solution!
Surely the function must know where it's return address is?
The problem I'm trying to solve is this:
I've set up a function which could be called from any number of SubProcedures, but I need to be able to detect which SubProcedure the call came from.
Can anybody help? Surely there's a solution!