Does somebody now if it is possible to get the name of a function from the scope of that function.

function doSomething():void
{
        trace('the name of this function is ' , $$name$$)
}

Where the trace would be :
the name of this function is doSomething

In Java one has acces to stack traces, does AS3 provide acces to this?

Jiri

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to