I hope someone can help me with this:
I have different global variables, aTEST , bTEST , cTEST
now if I set this variable like this
it seems to work.
Now I would like to replace "aTEST" with Letter(LocalVariable)&"TEST"
The variable Letter will be the "a"
so I tried this (and many many other variations of it)
but I cant find out how I have to write it so it will work..?