Dynamicly locating enum by using string?
#2

You can't do that. enumTest is looking for an integer as its cell, not a set of characters. It would work if you did enumTest[string[0]], but it wont work with a whole string because its simply not an integer.
Reply


Messages In This Thread
Dynamicly locating enum by using string? - by oliverrud - 29.09.2012, 17:50
Re: Dynamicly locating enum by using string? - by KingHual - 29.09.2012, 17:55
Re: Dynamicly locating enum by using string? - by oliverrud - 29.09.2012, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)