Re: Introspection?
- Posted by axtens_bruce in March
- 715 views
ChrisB said...
Are you asking for recursion, where a procedure calls itself?
No. Instead I'm asking for a routine to "know" what it is, itself, called.
By way of background, consider 3 short items I wrote over on dev.to regarding similar abilities in C# and JavaScript.
-Bruce