Hi!
I need to know how to make global object from a local place like a function.
And of course, they need to have unique names each time the function is run
Could I somehow pass the a String parameter of the function to the name of the new object?
Thnx :)