RE: [flexcoders] Re: Identify Function Name

2007-09-16 Thread Alex Harui
r maybe it is 1 ... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilikeflex Sent: Saturday, September 15, 2007 2:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Identify Function Name Hi Alex Thanks for the reply. If you could just tell me how to get the fun

[flexcoders] Re: Identify Function Name

2007-09-16 Thread ilikeflex
Hi Alex Thanks for the reply. If you could just tell me how to get the function name that will solve my problem. function A() { trace("function execute" + functionName); } If i execute the function it should print "function execute A" Thanks Rajan --- In flexcoders@yahoogroups.com, "Ale