I’m trying to display the value of a number variable in an text element.
The name of the variable should be set with another variable, but it doesn’t work.
I hope that someone may find the answer.
I’m trying to display the value of a number variable in an text element.
The name of the variable should be set with another variable, but it doesn’t work.
I hope that someone may find the answer.
You can only do that with structures or arrays.
GlobalVariableString(Structure[GlobalVariableString(ChildName)])
Or just Structure[ChildName] if your variables are declared.