for (i=0; i<array.length; i++) { this.createTextField("txt"+i, i, 10, 10*i, 50, 20); this["txt"+i].text = array[i]; }