Erm, I think you might want to try

_root.mainMC.auto.subMC["textField" + i].text

Not sure.

Bill Pelon wrote:
Hello,

I'm having problems figuring out how to grab an array value and use that when targeting.

This is my fucntion below. What I am wanting to do is take the [i]value and be able to use that when trying to write to my textfields

////////////////////////////////////////////////////////////////////////////////////////////
function ExpandData(turbo){

var turboItem = turbo.firstChild.childNodes;
for (var i = 0; i < turboItem.length; i++){
 but = eval("but"+i);
 var turbo = turboItem[i];

 _root.mainMC.auto.subMC.txtField+i.text = turbo.attributes.name;

 }

}
///////////////////////////////////////////////////////////////////////////////////////

Thanks,
Bill


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to