![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
I want to return more than one string result from a class file to a project
file. Examples below: THE CLASS FILE: public function sayHello():String { result = "This is the first idea I have. "; return result; } THE PROGRAM FILE: private function initApp():void { var myTexter:Texter = new Texter; output1.text = myTexter.sayHello(); This works fine into output1.text. How can I use the class function sayHello() to return a second result, this time into output2.text within the initApp project function? } Thanks, BH |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise