hDistance = 20
vDistance = 0
for (i =0;i<10;i++){ this.createTextField("textHolder"+i, i, 120+(i*VDistance),120+(i*HDistance),100,19); this["textHolder"+i].text = "hello Helmut " + i; }
Learning through interaction
hDistance = 20
vDistance = 0
for (i =0;i<10;i++){ this.createTextField("textHolder"+i, i, 120+(i*VDistance),120+(i*HDistance),100,19); this["textHolder"+i].text = "hello Helmut " + i; }