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?
I’m clueless atm