From: markusjais@... Date: 2006-08-03T20:45:10+09:00 Subject: how to create classes automatically hi let's say I have a string with a class name as a value. I want to create a new instance of the class with the given class name. example: when I have a string like this: str = "Array" I want to create a new Array class base on the information in str. any ideas how this could be done ? thanks a lot Markus