nerhael
05-20-2003, 06:02 PM
Let's say I have an object called 'MyObject', and I have a string holding the value "MyObject", is there a way that I can instantiate an instance of 'MyObject' using that string value?
Basically, I'm going to have a string value that will be the name of an object, and want to instantiate whatever object it refers to.
Pete.
Basically, I'm going to have a string value that will be the name of an object, and want to instantiate whatever object it refers to.
Pete.