Hi there,
The name of the topic aint great, my apolagies
I'm trying to figure out the following. I want to set a instance variabel to value that is within a Global Variable and lets say the global var is called Gvar1.
But I also have a Gvar2, Gvar3 and Gvar4.
For this example the instance variabel has another number variabel that changes from time to time. Based on that number I want to call/use the correct Global Variabel that has the same number at the end.
I want to do this within one event. Is it possible when setting the value to use something like Gvar&the correct number? I cant simply enter Gvar&str(2) since I get the error that Gvar is not a system expression. But I have no idea how to fix it or convert it to the actual Global Variabel. Is that even possible?
Thanks!