M
Matthew Thill
I've probably overlooked something, and hopefully someone can help me
out. I want to be able to create arbitrary object from the contents of a
string.
For example, if I had the following string:
classname = "Array"
How can I create an Array object, knowing only that the variable
classname held the name of some class as a string.
out. I want to be able to create arbitrary object from the contents of a
string.
For example, if I had the following string:
classname = "Array"
How can I create an Array object, knowing only that the variable
classname held the name of some class as a string.