Hi all,
In a nutshell what I'm trying to do is make a group of objects, but I don't know what their name will be until I want them made. Is there a way of getting round this? I can't simply use
Object variablename = new Object()
because it won't replace the variablename with the data inside it, it will just call it variablename and overwrite it every time. I can post the code and explain in more depth the scenario if needed but thought asking this way might invoke some discussion into other ways of doing this. Thanks