Hi All!

 

I have a problem with return value in my function inside in my class.

 

In my class business I have the following function:

 

           

public function ListBible():String {

                  webservice = DataAcess.wsHelper(Common.getDomain("1"));

                  var call:Object = webservice.GetBookTitles();

                  call.resultHandler = function (event:ResultEvent):Void {

 

                        // I want return the value event.result, but only see the value inside this scope.

                  }

            }

 

 

 

Another class call this function.

 

 

Thank You!

 

 

Sérgio Vasquez,

Analista e Desenvolvedor de Software Hexa Solution

t: +55 (0xx11) 3129 4040

f: +55 (0xx11) 3129 4040

e: [EMAIL PROTECTED]

p: [EMAIL PROTECTED]

w: www.hexasolution.com.br

 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to