Is it possible to find the name of the current executing function at runtime? Something like:
Of course, the whole red part is just some kind of wierd object I made up. But if an object like that does exist, or even just some way to find the name of the function that's currently executing, it would make my life tons easier.
Code:
sub ThisSubroutine
MsgBox([color=red]This.RunTimeObjects.CurrentFunction.Name[/color])
End Sub