Example on my blog Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> Blog: http://blogs.adobe.com/aharui
From: [email protected] [mailto:[email protected]] On Behalf Of Mic Sent: Thursday, May 14, 2009 12:34 PM To: [email protected] Subject: [flexcoders] extract function name from Function instance? 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.

