I want to create a var that concatenates some text with my loop counter, this doesn’t work:
var this["appNm_tf"+i]:TextField = mcMain.createTextField("appNm_tf"+i, getNextHighestDepth() , 0, i * 20, 150, 20);
I want to create a var that concatenates some text with my loop counter, this doesn’t work:
var this["appNm_tf"+i]:TextField = mcMain.createTextField("appNm_tf"+i, getNextHighestDepth() , 0, i * 20, 150, 20);
:: Copyright KIRUPA 2024 //--