Hey folks,
I'm wondering if it's possible to reference objects (such as charts or buttons) dynamically using variables.
something like this:
button name: button_finance
string variable containing "finance"
button_+variable would return button_finance
this would be nice to replace tons of if else blocks in my code.
Thanks, Milos.