Dynamic text + eval()?

Hi,

I’m trying to give a dynamic textfield a value, actually I have 10 dynamic textfields that are named like this: mytextfield1, mytextfield2 etc etc

this is the code:


for(i=0; i<10; i++) {
this["mytextfield"+i].text = myvariable*;
}

This doesn’t work, can anyone help me get this working? :slight_smile:
I’m clueless atm :slight_smile: