Possible Duplicates:
Get an ivar or property from a NSString
Remove @“” from NSString or typecast NSString into variable name
Let's say I have:
MyClass *myVar = [[MyClass alloc] init];
and I have an NSString *myString = @"myVar";
Is there any way to retrieve the instance of the var based on the string I have?