Hi. :inc:
Is it possible to do something like this?
I’ve tried a few different approaches, i.e. item*=new Item() and so on, but it won’t work.
for(var i=0;i<ItemArray.length;i++) {
var ["item"+i]=new Item();
};
Thanks!
Hi. :inc:
Is it possible to do something like this?
I’ve tried a few different approaches, i.e. item*=new Item() and so on, but it won’t work.
for(var i=0;i<ItemArray.length;i++) {
var ["item"+i]=new Item();
};
Thanks!
:: Copyright KIRUPA 2024 //--