Hello,
I want to do something like this
If the user types "3", I would like 3 times instantiate the same class
but with a different object name.
If the user types "5", I would like 5 times instantiate the same class
but with a different object name.
That is in short I want to instantiate different objects of the same class as the users enters the number of objects to be created. If you know who this can be done then please let me know. Thanks in advance.
Bookmarks