private var sqlCall:Function;
sqlCall = sql_sel_hier_sls;

private function sqlSwitch():void{
   var identifyFunction:String = [extract funct name from sqlCall];   
   sqlCall();

}

private function sql_sel_hier_sls():void{

}

How do I extract the function name from the Function instance for 
debugging/tracing? TIA,

Mic.            

Reply via email to