I need help converting a string into a resource, basically. For example:
active_icon = WatchUi.loadResource(Rez.Drawables.Red_Active);
I have various colors. So if I can somehow change the Red into Pink or other colors it would be great.
I know in other programming languages I can use brackets to process a string that I can then use in
a variable name. I can't remember what it is called to look it up.
Is there a way I can use: Rez.Drawables[:Red_Active] or something?
Thanks.