1-I have a local variable called "local" which i can set to a number x from 1 to 10
2-also i have 10 global variables named global1 , global2 ... global10
3-now i need to set a Text to one of the 10 global variables based on the "local" x-number , so if "local" is 3 then i want to set text to global3 . But i don't want to create a specific event (((((" if local=x , set Text to : globalx)))) for each "local" x-number .
So is there an expression to set text to global(local) ?
Hopefully i made sense :p