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