Código :
for(i=1; i<numart; i++) {
this.createTextField("cuadrotexto"+i,depth+2,30,posy,150,80);
this["cuadrotexto"+i].text = texto+i;
}
Si hago un trace de texto+i en el bucle, devuelve "NaN", q no se q quiere decir
Comunidad de diseño web y desarrollo en internet online
|
|
Por Raditz
51 de clabLevel
|
|
Todas partes
|
|
|
Por Raditz
51 de clabLevel
|
|
Todas partes
|