W
Wayne M J
Sub mySub ()
MySub2()
End Sub
Sub MySub2()
Console.WriteLine("I was called by...")
End Some
Using the above example, is there anyway for MySub2 to identify its calling
parent?
If so, how?
MySub2()
End Sub
Sub MySub2()
Console.WriteLine("I was called by...")
End Some
Using the above example, is there anyway for MySub2 to identify its calling
parent?
If so, how?