Is there a way to make dynamic var names? Cant remember how to do this.
Something like:
NameCount = 1;
Obj.eval("Item" + NameCount)) = "hello world";
Obj.Item1 // trace "hello world"
Is there a way to make dynamic var names? Cant remember how to do this.
Something like:
NameCount = 1;
Obj.eval("Item" + NameCount)) = "hello world";
Obj.Item1 // trace "hello world"
:: Copyright KIRUPA 2024 //--