|
You were so close. If you have: myArray[index] = [txtInput, chkCheckbox] Then you can reference the components like this: myArray[index][0] //txtInput myArray[index][1] //chkCheckbox For example: var tempText:String = myArray[index][0].text; var tempBool:Boolean = myArray[index][1].checked; From: I'm in a situation where I need to create a number of
components at -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Creating variable name dynamically Kelly
- RE: [flexcoders] Creating variable name dynamically Gordon Smith

