I needed help on this one. How do I convert a string into a variable/object/instance name, since I don\'t know how to categorize this. Assuming my code is:
<
It's been forever since I've done anything with Python but I do remember having this problem once. I suggest you look into the eval() function.