|
I have the String className and i want to convert it to a class reference. what function do i use? for example: new whateverFunction("Class1")(); would be the same as: new Class1(); Is this possible?
(comments are locked)
|
|
You would use the activator class:
Documented here: straight to what i need for now. thanks :)
Jan 19 '12 at 07:25 AM
blacksnow
(comments are locked)
|
