var boxtitle = ("textfield" + counter);
createTextField(boxtitle, 20, 30, 30, 500, 70);
Why doesn’t this work?
var boxtitle = ("textfield" + counter);
createTextField(boxtitle, 20, 30, 30, 500, 70);
Why doesn’t this work?
:: Copyright KIRUPA 2024 //--